Shades of Persian Red #CE3323
Tints of Persian Red #CE3323
RGB
CMYK
RGB Variations
Color information
#CE3323 (or 0xCE3323) is known color: Persian Red. HEX triplet: CE, 33 and 23. RGB value is (206,51,35). Sum of RGB (Red+Green+Blue) = 206+51+35=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3323 is #31CCDC. Grayscale: #5F5F5F. Windows color (decimal): -3263709 or 2307022. OLE color: 2307022.
HSL color Cylindrical-coordinate representation of color #CE3323: hue angle of 5.61º 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 #CE3323 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 35 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.19 |
| HSL | 5.61º | 0.71% | 0.47% | - |
| HSV(B) | 5.61º | 0.83% | 0.81% | - |
| XYZ | 26.94 | 15.61 | 3.18 | - |
| YUV | 95.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 35 | 0 | 0.75 | 0.83 | 0.19 | 5.61 | 0.71 | 0.47 |
| Hex | CE | 33 | 23 | 0 | 4B | 53 | 13 | 6 | 47 | 2F |
| Octal | 316 | 63 | 43 | 0 | 113 | 123 | 23 | 6 | 107 | 57 |
| Binary | 11001110 | 110011 | 100011 | 0 | 1001011 | 1010011 | 10011 | 110 | 1000111 | 101111 |
Color Harmonies of #CE3323
Complementary color
Monochromatic Colors of #CE3323
Black with #CE3323
Text Example
Text Example
White with #CE3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3323; }
p { color: rgb(206,51,35); }
H1.HeaderClassName
{
color: #CE3323;
}
.AnyTagClassName
{
color: #CE3323;
}
</style>
background-color css
<style>
a { background-color: #CE3323; }
a { background-color: rgb(206,51,35); }
div.DivClassName
{
background-color: #CE3323;
}
.BgClassName
{
background-color: #CE3323;
}
</style>
border-color css
<style>
span { border-color: #CE3323; }
span { border-color: rgb(206,51,35); }
td.TdClassName
{
border-color: #CE3323;
}
.TagClassName
{
border-color: #CE3323;
}
</style>