#CE3B27

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

Shades of Persian Red #CE3B27

Tints of Persian Red #CE3B27

Color information

#CE3B27 (or 0xCE3B27) is unknown color: approx Persian Red. HEX triplet: CE, 3B and 27. RGB value is (206,59,39). Sum of RGB (Red+Green+Blue) = 206+59+39=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B27 is #31C4D8. Grayscale: #646464. Windows color (decimal): -3261657 or 2571214. OLE color: 2571214.

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

Color convert

RGB2065939-
CMYK00.710.810.19
HSL7.19º68.16%48.04%-
HSV(B)7.19º81.07%80.78%-
XYZ27.3816.43.64-
YUV100.6793.2203.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.76%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=67.76%
G=19.41%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206593900.710.810.197.1968.1648.04
HexCE3B27047511374430
Octal3167347010712123710460
Binary11001110111011100111010001111010001100111111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3B27; }

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

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

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

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

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

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

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

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