Shades of Persian Red #CE3324
Tints of Persian Red #CE3324
RGB
CMYK
RGB Variations
Color information
#CE3324 (or 0xCE3324) is known color: Persian Red. HEX triplet: CE, 33 and 24. RGB value is (206,51,36). Sum of RGB (Red+Green+Blue) = 206+51+36=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3324 is #31CCDB. Grayscale: #5F5F5F. Windows color (decimal): -3263708 or 2372558. OLE color: 2372558.
HSL color Cylindrical-coordinate representation of color #CE3324: hue angle of 5.29º degrees, saturation: 0.7, 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 #CE3324 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 36 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.19 |
| HSL | 5.29º | 0.7% | 0.47% | - |
| HSV(B) | 5.29º | 0.83% | 0.81% | - |
| XYZ | 26.96 | 15.62 | 3.26 | - |
| YUV | 95.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 36 | 0 | 0.75 | 0.83 | 0.19 | 5.29 | 0.7 | 0.47 |
| Hex | CE | 33 | 24 | 0 | 4B | 53 | 13 | 5 | 46 | 2F |
| Octal | 316 | 63 | 44 | 0 | 113 | 123 | 23 | 5 | 106 | 57 |
| Binary | 11001110 | 110011 | 100100 | 0 | 1001011 | 1010011 | 10011 | 101 | 1000110 | 101111 |
Color Harmonies of #CE3324
Complementary color
Monochromatic Colors of #CE3324
Black with #CE3324
Text Example
Text Example
White with #CE3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3324; }
p { color: rgb(206,51,36); }
H1.HeaderClassName
{
color: #CE3324;
}
.AnyTagClassName
{
color: #CE3324;
}
</style>
background-color css
<style>
a { background-color: #CE3324; }
a { background-color: rgb(206,51,36); }
div.DivClassName
{
background-color: #CE3324;
}
.BgClassName
{
background-color: #CE3324;
}
</style>
border-color css
<style>
span { border-color: #CE3324; }
span { border-color: rgb(206,51,36); }
td.TdClassName
{
border-color: #CE3324;
}
.TagClassName
{
border-color: #CE3324;
}
</style>