Shades of Persian Red #CE3433
Tints of Persian Red #CE3433
RGB
CMYK
RGB Variations
Color information
#CE3433 (or 0xCE3433) is known color: Persian Red. HEX triplet: CE, 34 and 33. RGB value is (206,52,51). Sum of RGB (Red+Green+Blue) = 206+52+51=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3433 is #31CBCC. Grayscale: #626262. Windows color (decimal): -3263437 or 3355854. OLE color: 3355854.
HSL color Cylindrical-coordinate representation of color #CE3433: hue angle of 0.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3433 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 51 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.19 |
| HSL | 0.39º | 0.61% | 0.5% | - |
| HSV(B) | 0.39º | 0.75% | 0.81% | - |
| XYZ | 27.28 | 15.82 | 4.75 | - |
| YUV | 97.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 51 | 0 | 0.75 | 0.75 | 0.19 | 0.39 | 0.61 | 0.5 |
| Hex | CE | 34 | 33 | 0 | 4B | 4B | 13 | 0 | 3D | 32 |
| Octal | 316 | 64 | 63 | 0 | 113 | 113 | 23 | 0 | 75 | 62 |
| Binary | 11001110 | 110100 | 110011 | 0 | 1001011 | 1001011 | 10011 | 0 | 111101 | 110010 |
Color Harmonies of #CE3433
Complementary color
Monochromatic Colors of #CE3433
Black with #CE3433
Text Example
Text Example
White with #CE3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3433; }
p { color: rgb(206,52,51); }
H1.HeaderClassName
{
color: #CE3433;
}
.AnyTagClassName
{
color: #CE3433;
}
</style>
background-color css
<style>
a { background-color: #CE3433; }
a { background-color: rgb(206,52,51); }
div.DivClassName
{
background-color: #CE3433;
}
.BgClassName
{
background-color: #CE3433;
}
</style>
border-color css
<style>
span { border-color: #CE3433; }
span { border-color: rgb(206,52,51); }
td.TdClassName
{
border-color: #CE3433;
}
.TagClassName
{
border-color: #CE3433;
}
</style>