Shades of Persian Red #CE3327
Tints of Persian Red #CE3327
RGB
CMYK
RGB Variations
Color information
#CE3327 (or 0xCE3327) is known color: Persian Red. HEX triplet: CE, 33 and 27. RGB value is (206,51,39). Sum of RGB (Red+Green+Blue) = 206+51+39=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3327 is #31CCD8. Grayscale: #606060. Windows color (decimal): -3263705 or 2569166. OLE color: 2569166.
HSL color Cylindrical-coordinate representation of color #CE3327: hue angle of 4.31º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE3327 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 39 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.19 |
| HSL | 4.31º | 0.68% | 0.48% | - |
| HSV(B) | 4.31º | 0.81% | 0.81% | - |
| XYZ | 27 | 15.64 | 3.51 | - |
| YUV | 95.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 39 | 0 | 0.75 | 0.81 | 0.19 | 4.31 | 0.68 | 0.48 |
| Hex | CE | 33 | 27 | 0 | 4B | 51 | 13 | 4 | 44 | 30 |
| Octal | 316 | 63 | 47 | 0 | 113 | 121 | 23 | 4 | 104 | 60 |
| Binary | 11001110 | 110011 | 100111 | 0 | 1001011 | 1010001 | 10011 | 100 | 1000100 | 110000 |
Color Harmonies of #CE3327
Complementary color
Monochromatic Colors of #CE3327
Black with #CE3327
Text Example
Text Example
White with #CE3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3327; }
p { color: rgb(206,51,39); }
H1.HeaderClassName
{
color: #CE3327;
}
.AnyTagClassName
{
color: #CE3327;
}
</style>
background-color css
<style>
a { background-color: #CE3327; }
a { background-color: rgb(206,51,39); }
div.DivClassName
{
background-color: #CE3327;
}
.BgClassName
{
background-color: #CE3327;
}
</style>
border-color css
<style>
span { border-color: #CE3327; }
span { border-color: rgb(206,51,39); }
td.TdClassName
{
border-color: #CE3327;
}
.TagClassName
{
border-color: #CE3327;
}
</style>