Shades of Persian Red #CE3732
Tints of Persian Red #CE3732
RGB
CMYK
RGB Variations
Color information
#CE3732 (or 0xCE3732) is known color: Persian Red. HEX triplet: CE, 37 and 32. RGB value is (206,55,50). Sum of RGB (Red+Green+Blue) = 206+55+50=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3732 is #31C8CD. Grayscale: #636363. Windows color (decimal): -3262670 or 3291086. OLE color: 3291086.
HSL color Cylindrical-coordinate representation of color #CE3732: hue angle of 1.92º 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 #CE3732 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 50 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.19 |
| HSL | 1.92º | 0.61% | 0.5% | - |
| HSV(B) | 1.92º | 0.76% | 0.81% | - |
| XYZ | 27.4 | 16.08 | 4.68 | - |
| YUV | 99.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 50 | 0 | 0.73 | 0.76 | 0.19 | 1.92 | 0.61 | 0.5 |
| Hex | CE | 37 | 32 | 0 | 49 | 4C | 13 | 2 | 3D | 32 |
| Octal | 316 | 67 | 62 | 0 | 111 | 114 | 23 | 2 | 75 | 62 |
| Binary | 11001110 | 110111 | 110010 | 0 | 1001001 | 1001100 | 10011 | 10 | 111101 | 110010 |
Color Harmonies of #CE3732
Complementary color
Monochromatic Colors of #CE3732
Black with #CE3732
Text Example
Text Example
White with #CE3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3732; }
p { color: rgb(206,55,50); }
H1.HeaderClassName
{
color: #CE3732;
}
.AnyTagClassName
{
color: #CE3732;
}
</style>
background-color css
<style>
a { background-color: #CE3732; }
a { background-color: rgb(206,55,50); }
div.DivClassName
{
background-color: #CE3732;
}
.BgClassName
{
background-color: #CE3732;
}
</style>
border-color css
<style>
span { border-color: #CE3732; }
span { border-color: rgb(206,55,50); }
td.TdClassName
{
border-color: #CE3732;
}
.TagClassName
{
border-color: #CE3732;
}
</style>