Html Css Color HEX #CE3C39 Persian Red

📋 copy color: '#CE3C39'

red 206 ◦ green 60 ◦ blue 57

#CE3C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CE3C39

Tints of Persian Red #CE3C39

RGB

 RED value IS 206 (80.86% from 255) = 63.78%

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 63.78%
G = 18.58%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE3C39 (or 0xCE3C39) is known color: Persian Red. HEX triplet: CE, 3C and 39. RGB value is (206,60,57). Sum of RGB (Red+Green+Blue) = 206+60+57=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C39 is #31C3C6. Grayscale: #676767. Windows color (decimal): -3261383 or 3751118. OLE color: 3751118.

HSL color Cylindrical-coordinate representation of color #CE3C39: hue angle of 1.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3C39 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 60 57 -
CMYK 0 0.71 0.72 0.19
HSL 1.21º 0.6% 0.52% -
HSV(B) 1.21º 0.72% 0.81% -
XYZ 27.81 16.65 5.62 -
YUV 103.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 206 60 57 0 0.71 0.72 0.19 1.21 0.6 0.52
Hex CE 3C 39 0 47 48 13 1 3C 34
Octal 316 74 71 0 107 110 23 1 74 64
Binary 11001110 111100 111001 0 1000111 1001000 10011 1 111100 110100

Color Harmonies of #CE3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C39

Black with #CE3C39

Text Example


Text Example

White with #CE3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C39; }

 p { color: rgb(206,60,57); }

 H1.HeaderClassName
 {
   color: #CE3C39;
 }
 .AnyTagClassName
 {
   color: #CE3C39;
 }
</style>

background-color css

<style>
 a { background-color: #CE3C39; }

 a { background-color: rgb(206,60,57); }

 div.DivClassName
 {
   background-color: #CE3C39;
 }
 .BgClassName
 {
   background-color: #CE3C39;
 }
</style>

border-color css

<style>
 span { border-color: #CE3C39; }

 span { border-color: rgb(206,60,57); }

 td.TdClassName
 {
   border-color: #CE3C39;
 }
 .TagClassName
 {
   border-color: #CE3C39;
 }
</style>