Shades of Persian Red #CE2F23
Tints of Persian Red #CE2F23
RGB
CMYK
RGB Variations
Color information
#CE2F23 (or 0xCE2F23) is known color: Persian Red. HEX triplet: CE, 2F and 23. RGB value is (206,47,35). Sum of RGB (Red+Green+Blue) = 206+47+35=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F23 is #31D0DC. Grayscale: #5D5D5D. Windows color (decimal): -3264733 or 2305998. OLE color: 2305998.
HSL color Cylindrical-coordinate representation of color #CE2F23: hue angle of 4.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2F23 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 35 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.19 |
| HSL | 4.21º | 0.71% | 0.47% | - |
| HSV(B) | 4.21º | 0.83% | 0.81% | - |
| XYZ | 26.77 | 15.28 | 3.13 | - |
| YUV | 93.17 | 95.18 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 35 | 0 | 0.77 | 0.83 | 0.19 | 4.21 | 0.71 | 0.47 |
| Hex | CE | 2F | 23 | 0 | 4D | 53 | 13 | 4 | 47 | 2F |
| Octal | 316 | 57 | 43 | 0 | 115 | 123 | 23 | 4 | 107 | 57 |
| Binary | 11001110 | 101111 | 100011 | 0 | 1001101 | 1010011 | 10011 | 100 | 1000111 | 101111 |
Color Harmonies of #CE2F23
Complementary color
Monochromatic Colors of #CE2F23
Black with #CE2F23
Text Example
Text Example
White with #CE2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F23; }
p { color: rgb(206,47,35); }
H1.HeaderClassName
{
color: #CE2F23;
}
.AnyTagClassName
{
color: #CE2F23;
}
</style>
background-color css
<style>
a { background-color: #CE2F23; }
a { background-color: rgb(206,47,35); }
div.DivClassName
{
background-color: #CE2F23;
}
.BgClassName
{
background-color: #CE2F23;
}
</style>
border-color css
<style>
span { border-color: #CE2F23; }
span { border-color: rgb(206,47,35); }
td.TdClassName
{
border-color: #CE2F23;
}
.TagClassName
{
border-color: #CE2F23;
}
</style>