Shades of Persian Red #CE4029
Tints of Persian Red #CE4029
RGB
CMYK
RGB Variations
Color information
#CE4029 (or 0xCE4029) is known color: Persian Red. HEX triplet: CE, 40 and 29. RGB value is (206,64,41). Sum of RGB (Red+Green+Blue) = 206+64+41=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4029 is #31BFD6. Grayscale: #686868. Windows color (decimal): -3260375 or 2703566. OLE color: 2703566.
HSL color Cylindrical-coordinate representation of color #CE4029: hue angle of 8.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE4029 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 41 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.19 |
| HSL | 8.36º | 0.67% | 0.48% | - |
| HSV(B) | 8.36º | 0.8% | 0.81% | - |
| XYZ | 27.69 | 16.95 | 3.91 | - |
| YUV | 103.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 41 | 0 | 0.69 | 0.80 | 0.19 | 8.36 | 0.67 | 0.48 |
| Hex | CE | 40 | 29 | 0 | 45 | 50 | 13 | 8 | 43 | 30 |
| Octal | 316 | 100 | 51 | 0 | 105 | 120 | 23 | 10 | 103 | 60 |
| Binary | 11001110 | 1000000 | 101001 | 0 | 1000101 | 1010000 | 10011 | 1000 | 1000011 | 110000 |
Color Harmonies of #CE4029
Complementary color
Monochromatic Colors of #CE4029
Black with #CE4029
Text Example
Text Example
White with #CE4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4029; }
p { color: rgb(206,64,41); }
H1.HeaderClassName
{
color: #CE4029;
}
.AnyTagClassName
{
color: #CE4029;
}
</style>
background-color css
<style>
a { background-color: #CE4029; }
a { background-color: rgb(206,64,41); }
div.DivClassName
{
background-color: #CE4029;
}
.BgClassName
{
background-color: #CE4029;
}
</style>
border-color css
<style>
span { border-color: #CE4029; }
span { border-color: rgb(206,64,41); }
td.TdClassName
{
border-color: #CE4029;
}
.TagClassName
{
border-color: #CE4029;
}
</style>