#CE3E27

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

Shades of Persian Red #CE3E27

Tints of Persian Red #CE3E27

Color information

#CE3E27 (or 0xCE3E27) is unknown color: approx Persian Red. HEX triplet: CE, 3E and 27. RGB value is (206,62,39). Sum of RGB (Red+Green+Blue) = 206+62+39=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E27 is #31C1D8. Grayscale: #666666. Windows color (decimal): -3260889 or 2571982. OLE color: 2571982.

HSL color Cylindrical-coordinate representation of color #CE3E27: hue angle of 8.26º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE3E27 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB2066239-
CMYK00.700.810.19
HSL8.26º68.16%48.04%-
HSV(B)8.26º81.07%80.78%-
XYZ27.5416.713.69-
YUV102.4392.21201.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=67.10%
G=20.20%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206623900.700.810.198.2668.1648.04
HexCE3E27046511384430
Octal31676470106121231010460
Binary110011101111101001110100011010100011001110001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3E27; }

 p { color: rgb(206,62,39); }

 H1.HeaderClassName
 {
   color: #CE3E27;
 }
 .AnyTagClassName
 {
   color: #CE3E27;
 }
</style>
background-color css

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

 a { background-color: rgb(206,62,39); }

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

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

 span { border-color: rgb(206,62,39); }

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