Shades of Persian Red #CE3624
Tints of Persian Red #CE3624
RGB
CMYK
RGB Variations
Color information
#CE3624 (or 0xCE3624) is known color: Persian Red. HEX triplet: CE, 36 and 24. RGB value is (206,54,36). Sum of RGB (Red+Green+Blue) = 206+54+36=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3624 is #31C9DB. Grayscale: #616161. Windows color (decimal): -3262940 or 2373326. OLE color: 2373326.
HSL color Cylindrical-coordinate representation of color #CE3624: hue angle of 6.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE3624 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 36 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.19 |
| HSL | 6.35º | 0.7% | 0.47% | - |
| HSV(B) | 6.35º | 0.83% | 0.81% | - |
| XYZ | 27.09 | 15.89 | 3.31 | - |
| YUV | 97.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 36 | 0 | 0.74 | 0.83 | 0.19 | 6.35 | 0.7 | 0.47 |
| Hex | CE | 36 | 24 | 0 | 4A | 53 | 13 | 6 | 46 | 2F |
| Octal | 316 | 66 | 44 | 0 | 112 | 123 | 23 | 6 | 106 | 57 |
| Binary | 11001110 | 110110 | 100100 | 0 | 1001010 | 1010011 | 10011 | 110 | 1000110 | 101111 |
Color Harmonies of #CE3624
Complementary color
Monochromatic Colors of #CE3624
Black with #CE3624
Text Example
Text Example
White with #CE3624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3624; }
p { color: rgb(206,54,36); }
H1.HeaderClassName
{
color: #CE3624;
}
.AnyTagClassName
{
color: #CE3624;
}
</style>
background-color css
<style>
a { background-color: #CE3624; }
a { background-color: rgb(206,54,36); }
div.DivClassName
{
background-color: #CE3624;
}
.BgClassName
{
background-color: #CE3624;
}
</style>
border-color css
<style>
span { border-color: #CE3624; }
span { border-color: rgb(206,54,36); }
td.TdClassName
{
border-color: #CE3624;
}
.TagClassName
{
border-color: #CE3624;
}
</style>