#CE3B39

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

Shades of Persian Red #CE3B39

Tints of Persian Red #CE3B39

Color information

#CE3B39 (or 0xCE3B39) is unknown color: approx Persian Red. HEX triplet: CE, 3B and 39. RGB value is (206,59,57). Sum of RGB (Red+Green+Blue) = 206+59+57=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B39 is #31C4C6. Grayscale: #666666. Windows color (decimal): -3261639 or 3750862. OLE color: 3750862.

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

Color convert

RGB2065957-
CMYK00.710.720.19
HSL0.81º60.32%51.57%-
HSV(B)0.81º72.33%80.78%-
XYZ27.7616.555.6-
YUV102.72102.2201.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.98%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=63.98%
G=18.32%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206595700.710.720.190.8160.3251.57
HexCE3B39047481313c34
Octal316737101071102317464
Binary11001110111011111001010001111001000100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3B39; }

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

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

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

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

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

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

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

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