Shades of Persian Red #CE2B23
Tints of Persian Red #CE2B23
RGB
CMYK
RGB Variations
Color information
#CE2B23 (or 0xCE2B23) is known color: Persian Red. HEX triplet: CE, 2B and 23. RGB value is (206,43,35). Sum of RGB (Red+Green+Blue) = 206+43+35=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B23 is #31D4DC. Grayscale: #5B5B5B. Windows color (decimal): -3265757 or 2304974. OLE color: 2304974.
HSL color Cylindrical-coordinate representation of color #CE2B23: hue angle of 2.81º 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 #CE2B23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 35 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.19 |
| HSL | 2.81º | 0.71% | 0.47% | - |
| HSV(B) | 2.81º | 0.83% | 0.81% | - |
| XYZ | 26.62 | 14.97 | 3.08 | - |
| YUV | 90.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 35 | 0 | 0.79 | 0.83 | 0.19 | 2.81 | 0.71 | 0.47 |
| Hex | CE | 2B | 23 | 0 | 4F | 53 | 13 | 3 | 47 | 2F |
| Octal | 316 | 53 | 43 | 0 | 117 | 123 | 23 | 3 | 107 | 57 |
| Binary | 11001110 | 101011 | 100011 | 0 | 1001111 | 1010011 | 10011 | 11 | 1000111 | 101111 |
Color Harmonies of #CE2B23
Complementary color
Monochromatic Colors of #CE2B23
Black with #CE2B23
Text Example
Text Example
White with #CE2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B23; }
p { color: rgb(206,43,35); }
H1.HeaderClassName
{
color: #CE2B23;
}
.AnyTagClassName
{
color: #CE2B23;
}
</style>
background-color css
<style>
a { background-color: #CE2B23; }
a { background-color: rgb(206,43,35); }
div.DivClassName
{
background-color: #CE2B23;
}
.BgClassName
{
background-color: #CE2B23;
}
</style>
border-color css
<style>
span { border-color: #CE2B23; }
span { border-color: rgb(206,43,35); }
td.TdClassName
{
border-color: #CE2B23;
}
.TagClassName
{
border-color: #CE2B23;
}
</style>