Shades of Persian Red #CE2F2F
Tints of Persian Red #CE2F2F
RGB
CMYK
RGB Variations
Color information
#CE2F2F (or 0xCE2F2F) is known color: Persian Red. HEX triplet: CE, 2F and 2F. RGB value is (206,47,47). Sum of RGB (Red+Green+Blue) = 206+47+47=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F2F is #31D0D0. Grayscale: #5E5E5E. Windows color (decimal): -3264721 or 3092430. OLE color: 3092430.
HSL color Cylindrical-coordinate representation of color #CE2F2F: hue angle of 0º 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 #CE2F2F is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 47 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.19 |
| HSL | 0º | 0.63% | 0.5% | - |
| HSV(B) | 0º | 0.77% | 0.81% | - |
| XYZ | 26.98 | 15.36 | 4.23 | - |
| YUV | 94.54 | 101.18 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 47 | 0 | 0.77 | 0.77 | 0.19 | 0 | 0.63 | 0.5 |
| Hex | CE | 2F | 2F | 0 | 4D | 4D | 13 | 0 | 3F | 32 |
| Octal | 316 | 57 | 57 | 0 | 115 | 115 | 23 | 0 | 77 | 62 |
| Binary | 11001110 | 101111 | 101111 | 0 | 1001101 | 1001101 | 10011 | 0 | 111111 | 110010 |
Color Harmonies of #CE2F2F
Complementary color
Monochromatic Colors of #CE2F2F
Black with #CE2F2F
Text Example
Text Example
White with #CE2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F2F; }
p { color: rgb(206,47,47); }
H1.HeaderClassName
{
color: #CE2F2F;
}
.AnyTagClassName
{
color: #CE2F2F;
}
</style>
background-color css
<style>
a { background-color: #CE2F2F; }
a { background-color: rgb(206,47,47); }
div.DivClassName
{
background-color: #CE2F2F;
}
.BgClassName
{
background-color: #CE2F2F;
}
</style>
border-color css
<style>
span { border-color: #CE2F2F; }
span { border-color: rgb(206,47,47); }
td.TdClassName
{
border-color: #CE2F2F;
}
.TagClassName
{
border-color: #CE2F2F;
}
</style>