Shades of Persian Red #CE3932
Tints of Persian Red #CE3932
RGB
CMYK
RGB Variations
Color information
#CE3932 (or 0xCE3932) is known color: Persian Red. HEX triplet: CE, 39 and 32. RGB value is (206,57,50). Sum of RGB (Red+Green+Blue) = 206+57+50=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3932 is #31C6CD. Grayscale: #646464. Windows color (decimal): -3262158 or 3291598. OLE color: 3291598.
HSL color Cylindrical-coordinate representation of color #CE3932: hue angle of 2.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3932 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 50 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.19 |
| HSL | 2.69º | 0.61% | 0.5% | - |
| HSV(B) | 2.69º | 0.76% | 0.81% | - |
| XYZ | 27.49 | 16.28 | 4.71 | - |
| YUV | 100.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 50 | 0 | 0.72 | 0.76 | 0.19 | 2.69 | 0.61 | 0.5 |
| Hex | CE | 39 | 32 | 0 | 48 | 4C | 13 | 3 | 3D | 32 |
| Octal | 316 | 71 | 62 | 0 | 110 | 114 | 23 | 3 | 75 | 62 |
| Binary | 11001110 | 111001 | 110010 | 0 | 1001000 | 1001100 | 10011 | 11 | 111101 | 110010 |
Color Harmonies of #CE3932
Complementary color
Monochromatic Colors of #CE3932
Black with #CE3932
Text Example
Text Example
White with #CE3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3932; }
p { color: rgb(206,57,50); }
H1.HeaderClassName
{
color: #CE3932;
}
.AnyTagClassName
{
color: #CE3932;
}
</style>
background-color css
<style>
a { background-color: #CE3932; }
a { background-color: rgb(206,57,50); }
div.DivClassName
{
background-color: #CE3932;
}
.BgClassName
{
background-color: #CE3932;
}
</style>
border-color css
<style>
span { border-color: #CE3932; }
span { border-color: rgb(206,57,50); }
td.TdClassName
{
border-color: #CE3932;
}
.TagClassName
{
border-color: #CE3932;
}
</style>