Shades of Persian Red #CE3B37
Tints of Persian Red #CE3B37
RGB
CMYK
RGB Variations
Color information
#CE3B37 (or 0xCE3B37) is known color: Persian Red. HEX triplet: CE, 3B and 37. RGB value is (206,59,55). Sum of RGB (Red+Green+Blue) = 206+59+55=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B37 is #31C4C8. Grayscale: #666666. Windows color (decimal): -3261641 or 3619790. OLE color: 3619790.
HSL color Cylindrical-coordinate representation of color #CE3B37: hue angle of 1.59º 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 #CE3B37 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 55 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.19 |
| HSL | 1.59º | 0.61% | 0.51% | - |
| HSV(B) | 1.59º | 0.73% | 0.81% | - |
| XYZ | 27.71 | 16.53 | 5.34 | - |
| YUV | 102.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 55 | 0 | 0.71 | 0.73 | 0.19 | 1.59 | 0.61 | 0.51 |
| Hex | CE | 3B | 37 | 0 | 47 | 49 | 13 | 2 | 3D | 33 |
| Octal | 316 | 73 | 67 | 0 | 107 | 111 | 23 | 2 | 75 | 63 |
| Binary | 11001110 | 111011 | 110111 | 0 | 1000111 | 1001001 | 10011 | 10 | 111101 | 110011 |
Color Harmonies of #CE3B37
Complementary color
Monochromatic Colors of #CE3B37
Black with #CE3B37
Text Example
Text Example
White with #CE3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B37; }
p { color: rgb(206,59,55); }
H1.HeaderClassName
{
color: #CE3B37;
}
.AnyTagClassName
{
color: #CE3B37;
}
</style>
background-color css
<style>
a { background-color: #CE3B37; }
a { background-color: rgb(206,59,55); }
div.DivClassName
{
background-color: #CE3B37;
}
.BgClassName
{
background-color: #CE3B37;
}
</style>
border-color css
<style>
span { border-color: #CE3B37; }
span { border-color: rgb(206,59,55); }
td.TdClassName
{
border-color: #CE3B37;
}
.TagClassName
{
border-color: #CE3B37;
}
</style>