Shades of Persian Red #CE3737
Tints of Persian Red #CE3737
RGB
CMYK
RGB Variations
Color information
#CE3737 (or 0xCE3737) is known color: Persian Red. HEX triplet: CE, 37 and 37. RGB value is (206,55,55). Sum of RGB (Red+Green+Blue) = 206+55+55=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3737 is #31C8C8. Grayscale: #646464. Windows color (decimal): -3262665 or 3618766. OLE color: 3618766.
HSL color Cylindrical-coordinate representation of color #CE3737: hue angle of 0º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3737 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 55 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.19 |
| HSL | 0º | 0.61% | 0.51% | - |
| HSV(B) | 0º | 0.73% | 0.81% | - |
| XYZ | 27.51 | 16.13 | 5.28 | - |
| YUV | 100.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 55 | 0 | 0.73 | 0.73 | 0.19 | 0 | 0.61 | 0.51 |
| Hex | CE | 37 | 37 | 0 | 49 | 49 | 13 | 0 | 3D | 33 |
| Octal | 316 | 67 | 67 | 0 | 111 | 111 | 23 | 0 | 75 | 63 |
| Binary | 11001110 | 110111 | 110111 | 0 | 1001001 | 1001001 | 10011 | 0 | 111101 | 110011 |
Color Harmonies of #CE3737
Complementary color
Monochromatic Colors of #CE3737
Black with #CE3737
Text Example
Text Example
White with #CE3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3737; }
p { color: rgb(206,55,55); }
H1.HeaderClassName
{
color: #CE3737;
}
.AnyTagClassName
{
color: #CE3737;
}
</style>
background-color css
<style>
a { background-color: #CE3737; }
a { background-color: rgb(206,55,55); }
div.DivClassName
{
background-color: #CE3737;
}
.BgClassName
{
background-color: #CE3737;
}
</style>
border-color css
<style>
span { border-color: #CE3737; }
span { border-color: rgb(206,55,55); }
td.TdClassName
{
border-color: #CE3737;
}
.TagClassName
{
border-color: #CE3737;
}
</style>