Shades of Persian Red #CE3F2F
Tints of Persian Red #CE3F2F
RGB
CMYK
RGB Variations
Color information
#CE3F2F (or 0xCE3F2F) is known color: Persian Red. HEX triplet: CE, 3F and 2F. RGB value is (206,63,47). Sum of RGB (Red+Green+Blue) = 206+63+47=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F2F is #31C0D0. Grayscale: #686868. Windows color (decimal): -3260625 or 3096526. OLE color: 3096526.
HSL color Cylindrical-coordinate representation of color #CE3F2F: hue angle of 6.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3F2F is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 47 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.19 |
| HSL | 6.04º | 0.63% | 0.5% | - |
| HSV(B) | 6.04º | 0.77% | 0.81% | - |
| XYZ | 27.74 | 16.88 | 4.49 | - |
| YUV | 103.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 47 | 0 | 0.69 | 0.77 | 0.19 | 6.04 | 0.63 | 0.5 |
| Hex | CE | 3F | 2F | 0 | 45 | 4D | 13 | 6 | 3F | 32 |
| Octal | 316 | 77 | 57 | 0 | 105 | 115 | 23 | 6 | 77 | 62 |
| Binary | 11001110 | 111111 | 101111 | 0 | 1000101 | 1001101 | 10011 | 110 | 111111 | 110010 |
Color Harmonies of #CE3F2F
Complementary color
Monochromatic Colors of #CE3F2F
Black with #CE3F2F
Text Example
Text Example
White with #CE3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F2F; }
p { color: rgb(206,63,47); }
H1.HeaderClassName
{
color: #CE3F2F;
}
.AnyTagClassName
{
color: #CE3F2F;
}
</style>
background-color css
<style>
a { background-color: #CE3F2F; }
a { background-color: rgb(206,63,47); }
div.DivClassName
{
background-color: #CE3F2F;
}
.BgClassName
{
background-color: #CE3F2F;
}
</style>
border-color css
<style>
span { border-color: #CE3F2F; }
span { border-color: rgb(206,63,47); }
td.TdClassName
{
border-color: #CE3F2F;
}
.TagClassName
{
border-color: #CE3F2F;
}
</style>