Shades of Persian Red #CE4036
Tints of Persian Red #CE4036
RGB
CMYK
RGB Variations
Color information
#CE4036 (or 0xCE4036) is known color: Persian Red. HEX triplet: CE, 40 and 36. RGB value is (206,64,54). Sum of RGB (Red+Green+Blue) = 206+64+54=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4036 is #31BFC9. Grayscale: #696969. Windows color (decimal): -3260362 or 3555534. OLE color: 3555534.
HSL color Cylindrical-coordinate representation of color #CE4036: hue angle of 3.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4036 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 54 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.19 |
| HSL | 3.95º | 0.61% | 0.51% | - |
| HSV(B) | 3.95º | 0.74% | 0.81% | - |
| XYZ | 27.95 | 17.05 | 5.31 | - |
| YUV | 105.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 54 | 0 | 0.69 | 0.74 | 0.19 | 3.95 | 0.61 | 0.51 |
| Hex | CE | 40 | 36 | 0 | 45 | 4A | 13 | 4 | 3D | 33 |
| Octal | 316 | 100 | 66 | 0 | 105 | 112 | 23 | 4 | 75 | 63 |
| Binary | 11001110 | 1000000 | 110110 | 0 | 1000101 | 1001010 | 10011 | 100 | 111101 | 110011 |
Color Harmonies of #CE4036
Complementary color
Monochromatic Colors of #CE4036
Black with #CE4036
Text Example
Text Example
White with #CE4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4036; }
p { color: rgb(206,64,54); }
H1.HeaderClassName
{
color: #CE4036;
}
.AnyTagClassName
{
color: #CE4036;
}
</style>
background-color css
<style>
a { background-color: #CE4036; }
a { background-color: rgb(206,64,54); }
div.DivClassName
{
background-color: #CE4036;
}
.BgClassName
{
background-color: #CE4036;
}
</style>
border-color css
<style>
span { border-color: #CE4036; }
span { border-color: rgb(206,64,54); }
td.TdClassName
{
border-color: #CE4036;
}
.TagClassName
{
border-color: #CE4036;
}
</style>