#CE4039

Color #CE4039 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CE4039

Tints of Persian Red #CE4039

Color information

#CE4039 (or 0xCE4039) is unknown color: approx 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

RGB2066457-
CMYK00.690.720.19
HSL2.82º60.32%51.57%-
HSV(B)2.82º72.33%80.78%-
XYZ28.0317.085.69-
YUV105.66100.54199.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.00%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=63.00%
G=19.57%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206645700.690.720.192.8260.3251.57
HexCE4039045481333c34
Octal3161007101051102337464
Binary1100111010000001110010100010110010001001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>