Shades of Persian Red #CE3223
Tints of Persian Red #CE3223
RGB
CMYK
RGB Variations
Color information
#CE3223 (or 0xCE3223) is known color: Persian Red. HEX triplet: CE, 32 and 23. RGB value is (206,50,35). Sum of RGB (Red+Green+Blue) = 206+50+35=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3223 is #31CDDC. Grayscale: #5F5F5F. Windows color (decimal): -3263965 or 2306766. OLE color: 2306766.
HSL color Cylindrical-coordinate representation of color #CE3223: hue angle of 5.26º 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 #CE3223 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 35 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.19 |
| HSL | 5.26º | 0.71% | 0.47% | - |
| HSV(B) | 5.26º | 0.83% | 0.81% | - |
| XYZ | 26.9 | 15.52 | 3.17 | - |
| YUV | 94.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 35 | 0 | 0.76 | 0.83 | 0.19 | 5.26 | 0.71 | 0.47 |
| Hex | CE | 32 | 23 | 0 | 4C | 53 | 13 | 5 | 47 | 2F |
| Octal | 316 | 62 | 43 | 0 | 114 | 123 | 23 | 5 | 107 | 57 |
| Binary | 11001110 | 110010 | 100011 | 0 | 1001100 | 1010011 | 10011 | 101 | 1000111 | 101111 |
Color Harmonies of #CE3223
Complementary color
Monochromatic Colors of #CE3223
Black with #CE3223
Text Example
Text Example
White with #CE3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3223; }
p { color: rgb(206,50,35); }
H1.HeaderClassName
{
color: #CE3223;
}
.AnyTagClassName
{
color: #CE3223;
}
</style>
background-color css
<style>
a { background-color: #CE3223; }
a { background-color: rgb(206,50,35); }
div.DivClassName
{
background-color: #CE3223;
}
.BgClassName
{
background-color: #CE3223;
}
</style>
border-color css
<style>
span { border-color: #CE3223; }
span { border-color: rgb(206,50,35); }
td.TdClassName
{
border-color: #CE3223;
}
.TagClassName
{
border-color: #CE3223;
}
</style>