Shades of Persian Red #CE4236
Tints of Persian Red #CE4236
RGB
CMYK
RGB Variations
Color information
#CE4236 (or 0xCE4236) is known color: Persian Red. HEX triplet: CE, 42 and 36. RGB value is (206,66,54). Sum of RGB (Red+Green+Blue) = 206+66+54=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4236 is #31BDC9. Grayscale: #6A6A6A. Windows color (decimal): -3259850 or 3556046. OLE color: 3556046.
HSL color Cylindrical-coordinate representation of color #CE4236: hue angle of 4.74º 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 #CE4236 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 54 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.19 |
| HSL | 4.74º | 0.61% | 0.51% | - |
| HSV(B) | 4.74º | 0.74% | 0.81% | - |
| XYZ | 28.07 | 17.28 | 5.35 | - |
| YUV | 106.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 54 | 0 | 0.68 | 0.74 | 0.19 | 4.74 | 0.61 | 0.51 |
| Hex | CE | 42 | 36 | 0 | 44 | 4A | 13 | 5 | 3D | 33 |
| Octal | 316 | 102 | 66 | 0 | 104 | 112 | 23 | 5 | 75 | 63 |
| Binary | 11001110 | 1000010 | 110110 | 0 | 1000100 | 1001010 | 10011 | 101 | 111101 | 110011 |
Color Harmonies of #CE4236
Complementary color
Monochromatic Colors of #CE4236
Black with #CE4236
Text Example
Text Example
White with #CE4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4236; }
p { color: rgb(206,66,54); }
H1.HeaderClassName
{
color: #CE4236;
}
.AnyTagClassName
{
color: #CE4236;
}
</style>
background-color css
<style>
a { background-color: #CE4236; }
a { background-color: rgb(206,66,54); }
div.DivClassName
{
background-color: #CE4236;
}
.BgClassName
{
background-color: #CE4236;
}
</style>
border-color css
<style>
span { border-color: #CE4236; }
span { border-color: rgb(206,66,54); }
td.TdClassName
{
border-color: #CE4236;
}
.TagClassName
{
border-color: #CE4236;
}
</style>