Shades of Persian Red #CE2320
Tints of Persian Red #CE2320
RGB
CMYK
RGB Variations
Color information
#CE2320 (or 0xCE2320) is known color: Persian Red. HEX triplet: CE, 23 and 20. RGB value is (206,35,32). Sum of RGB (Red+Green+Blue) = 206+35+32=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2320 is #31DCDF. Grayscale: #555555. Windows color (decimal): -3267808 or 2106318. OLE color: 2106318.
HSL color Cylindrical-coordinate representation of color #CE2320: hue angle of 1.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2320 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 32 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.19 |
| HSL | 1.03º | 0.73% | 0.47% | - |
| HSV(B) | 1.03º | 0.84% | 0.81% | - |
| XYZ | 26.32 | 14.43 | 2.76 | - |
| YUV | 85.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 32 | 0 | 0.83 | 0.84 | 0.19 | 1.03 | 0.73 | 0.47 |
| Hex | CE | 23 | 20 | 0 | 53 | 54 | 13 | 1 | 49 | 2F |
| Octal | 316 | 43 | 40 | 0 | 123 | 124 | 23 | 1 | 111 | 57 |
| Binary | 11001110 | 100011 | 100000 | 0 | 1010011 | 1010100 | 10011 | 1 | 1001001 | 101111 |
Color Harmonies of #CE2320
Complementary color
Monochromatic Colors of #CE2320
Black with #CE2320
Text Example
Text Example
White with #CE2320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2320; }
p { color: rgb(206,35,32); }
H1.HeaderClassName
{
color: #CE2320;
}
.AnyTagClassName
{
color: #CE2320;
}
</style>
background-color css
<style>
a { background-color: #CE2320; }
a { background-color: rgb(206,35,32); }
div.DivClassName
{
background-color: #CE2320;
}
.BgClassName
{
background-color: #CE2320;
}
</style>
border-color css
<style>
span { border-color: #CE2320; }
span { border-color: rgb(206,35,32); }
td.TdClassName
{
border-color: #CE2320;
}
.TagClassName
{
border-color: #CE2320;
}
</style>