Shades of Persian Red #CE3E3C
Tints of Persian Red #CE3E3C
RGB
CMYK
RGB Variations
Color information
#CE3E3C (or 0xCE3E3C) is known color: Persian Red. HEX triplet: CE, 3E and 3C. RGB value is (206,62,60). Sum of RGB (Red+Green+Blue) = 206+62+60=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E3C is #31C1C3. Grayscale: #686868. Windows color (decimal): -3260868 or 3948238. OLE color: 3948238.
HSL color Cylindrical-coordinate representation of color #CE3E3C: hue angle of 0.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3E3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 62 | 60 | - |
CMYK | 0 | 0.70 | 0.71 | 0.19 |
HSL | 0.82º | 0.6% | 0.52% | - |
HSV(B) | 0.82º | 0.71% | 0.81% | - |
XYZ | 27.99 | 16.89 | 6.06 | - |
YUV | 104.83 | 102.71 | 200.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 62 | 60 | 0 | 0.70 | 0.71 | 0.19 | 0.82 | 0.6 | 0.52 |
Hex | CE | 3E | 3C | 0 | 46 | 47 | 13 | 1 | 3C | 34 |
Octal | 316 | 76 | 74 | 0 | 106 | 107 | 23 | 1 | 74 | 64 |
Binary | 11001110 | 111110 | 111100 | 0 | 1000110 | 1000111 | 10011 | 1 | 111100 | 110100 |
Color Harmonies of #CE3E3C
Complementary color
Monochromatic Colors of #CE3E3C
Black with #CE3E3C
Text Example
Text Example
White with #CE3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E3C; }
p { color: rgb(206,62,60); }
H1.HeaderClassName
{
color: #CE3E3C;
}
.AnyTagClassName
{
color: #CE3E3C;
}
</style>
background-color css
<style>
a { background-color: #CE3E3C; }
a { background-color: rgb(206,62,60); }
div.DivClassName
{
background-color: #CE3E3C;
}
.BgClassName
{
background-color: #CE3E3C;
}
</style>
border-color css
<style>
span { border-color: #CE3E3C; }
span { border-color: rgb(206,62,60); }
td.TdClassName
{
border-color: #CE3E3C;
}
.TagClassName
{
border-color: #CE3E3C;
}
</style>