Html Css Color HEX #CE4039 Persian Red

📋 copy color: '#CE4039'

red 206 ◦ green 64 ◦ blue 57

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

Shades of Persian Red #CE4039

Tints of Persian Red #CE4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 63%
G = 19.57%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE4039 (or 0xCE4039) is known color: Persian Red. HEX triplet: CE, 40 and 39. RGB value is (206,64,57). Sum of RGB (Red+Green+Blue) = 206+64+57=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4039 is #31BFC6. Grayscale: #696969. Windows color (decimal): -3260359 or 3752142. OLE color: 3752142.

HSL color Cylindrical-coordinate representation of color #CE4039: hue angle of 2.82º 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 #CE4039 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 57 -
CMYK 0 0.69 0.72 0.19
HSL 2.82º 0.6% 0.52% -
HSV(B) 2.82º 0.72% 0.81% -
XYZ 28.03 17.08 5.69 -
YUV 105.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 206 64 57 0 0.69 0.72 0.19 2.82 0.6 0.52
Hex CE 40 39 0 45 48 13 3 3C 34
Octal 316 100 71 0 105 110 23 3 74 64
Binary 11001110 1000000 111001 0 1000101 1001000 10011 11 111100 110100

Color Harmonies of #CE4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4039

Black with #CE4039

Text Example


Text Example

White with #CE4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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