Shades of Persian Red #CE2F2E
Tints of Persian Red #CE2F2E
RGB
CMYK
RGB Variations
Color information
#CE2F2E (or 0xCE2F2E) is known color: Persian Red. HEX triplet: CE, 2F and 2E. RGB value is (206,47,46). Sum of RGB (Red+Green+Blue) = 206+47+46=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F2E is #31D0D1. Grayscale: #5E5E5E. Windows color (decimal): -3264722 or 3026894. OLE color: 3026894.
HSL color Cylindrical-coordinate representation of color #CE2F2E: hue angle of 0.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2F2E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 46 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.19 |
| HSL | 0.38º | 0.63% | 0.49% | - |
| HSV(B) | 0.38º | 0.78% | 0.81% | - |
| XYZ | 26.96 | 15.35 | 4.13 | - |
| YUV | 94.43 | 100.68 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 46 | 0 | 0.77 | 0.78 | 0.19 | 0.38 | 0.63 | 0.49 |
| Hex | CE | 2F | 2E | 0 | 4D | 4E | 13 | 0 | 3F | 31 |
| Octal | 316 | 57 | 56 | 0 | 115 | 116 | 23 | 0 | 77 | 61 |
| Binary | 11001110 | 101111 | 101110 | 0 | 1001101 | 1001110 | 10011 | 0 | 111111 | 110001 |
Color Harmonies of #CE2F2E
Complementary color
Monochromatic Colors of #CE2F2E
Black with #CE2F2E
Text Example
Text Example
White with #CE2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F2E; }
p { color: rgb(206,47,46); }
H1.HeaderClassName
{
color: #CE2F2E;
}
.AnyTagClassName
{
color: #CE2F2E;
}
</style>
background-color css
<style>
a { background-color: #CE2F2E; }
a { background-color: rgb(206,47,46); }
div.DivClassName
{
background-color: #CE2F2E;
}
.BgClassName
{
background-color: #CE2F2E;
}
</style>
border-color css
<style>
span { border-color: #CE2F2E; }
span { border-color: rgb(206,47,46); }
td.TdClassName
{
border-color: #CE2F2E;
}
.TagClassName
{
border-color: #CE2F2E;
}
</style>