Shades of Persian Red #CE4033
Tints of Persian Red #CE4033
RGB
CMYK
RGB Variations
Color information
#CE4033 (or 0xCE4033) is known color: Persian Red. HEX triplet: CE, 40 and 33. RGB value is (206,64,51). Sum of RGB (Red+Green+Blue) = 206+64+51=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4033 is #31BFCC. Grayscale: #696969. Windows color (decimal): -3260365 or 3358926. OLE color: 3358926.
HSL color Cylindrical-coordinate representation of color #CE4033: hue angle of 5.03º 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 #CE4033 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 51 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.19 |
| HSL | 5.03º | 0.61% | 0.5% | - |
| HSV(B) | 5.03º | 0.75% | 0.81% | - |
| XYZ | 27.88 | 17.03 | 4.95 | - |
| YUV | 104.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 51 | 0 | 0.69 | 0.75 | 0.19 | 5.03 | 0.61 | 0.5 |
| Hex | CE | 40 | 33 | 0 | 45 | 4B | 13 | 5 | 3D | 32 |
| Octal | 316 | 100 | 63 | 0 | 105 | 113 | 23 | 5 | 75 | 62 |
| Binary | 11001110 | 1000000 | 110011 | 0 | 1000101 | 1001011 | 10011 | 101 | 111101 | 110010 |
Color Harmonies of #CE4033
Complementary color
Monochromatic Colors of #CE4033
Black with #CE4033
Text Example
Text Example
White with #CE4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4033; }
p { color: rgb(206,64,51); }
H1.HeaderClassName
{
color: #CE4033;
}
.AnyTagClassName
{
color: #CE4033;
}
</style>
background-color css
<style>
a { background-color: #CE4033; }
a { background-color: rgb(206,64,51); }
div.DivClassName
{
background-color: #CE4033;
}
.BgClassName
{
background-color: #CE4033;
}
</style>
border-color css
<style>
span { border-color: #CE4033; }
span { border-color: rgb(206,64,51); }
td.TdClassName
{
border-color: #CE4033;
}
.TagClassName
{
border-color: #CE4033;
}
</style>