Shades of Persian Red #CE3124
Tints of Persian Red #CE3124
RGB
CMYK
RGB Variations
Color information
#CE3124 (or 0xCE3124) is known color: Persian Red. HEX triplet: CE, 31 and 24. RGB value is (206,49,36). Sum of RGB (Red+Green+Blue) = 206+49+36=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3124 is #31CEDB. Grayscale: #5E5E5E. Windows color (decimal): -3264220 or 2372046. OLE color: 2372046.
HSL color Cylindrical-coordinate representation of color #CE3124: hue angle of 4.59º 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 #CE3124 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 36 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.19 |
| HSL | 4.59º | 0.7% | 0.47% | - |
| HSV(B) | 4.59º | 0.83% | 0.81% | - |
| XYZ | 26.87 | 15.45 | 3.23 | - |
| YUV | 94.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 36 | 0 | 0.76 | 0.83 | 0.19 | 4.59 | 0.7 | 0.47 |
| Hex | CE | 31 | 24 | 0 | 4C | 53 | 13 | 5 | 46 | 2F |
| Octal | 316 | 61 | 44 | 0 | 114 | 123 | 23 | 5 | 106 | 57 |
| Binary | 11001110 | 110001 | 100100 | 0 | 1001100 | 1010011 | 10011 | 101 | 1000110 | 101111 |
Color Harmonies of #CE3124
Complementary color
Monochromatic Colors of #CE3124
Black with #CE3124
Text Example
Text Example
White with #CE3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3124; }
p { color: rgb(206,49,36); }
H1.HeaderClassName
{
color: #CE3124;
}
.AnyTagClassName
{
color: #CE3124;
}
</style>
background-color css
<style>
a { background-color: #CE3124; }
a { background-color: rgb(206,49,36); }
div.DivClassName
{
background-color: #CE3124;
}
.BgClassName
{
background-color: #CE3124;
}
</style>
border-color css
<style>
span { border-color: #CE3124; }
span { border-color: rgb(206,49,36); }
td.TdClassName
{
border-color: #CE3124;
}
.TagClassName
{
border-color: #CE3124;
}
</style>