Shades of Persian Red #CE372C
Tints of Persian Red #CE372C
RGB
CMYK
RGB Variations
Color information
#CE372C (or 0xCE372C) is known color: Persian Red. HEX triplet: CE, 37 and 2C. RGB value is (206,55,44). Sum of RGB (Red+Green+Blue) = 206+55+44=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE372C is #31C8D3. Grayscale: #636363. Windows color (decimal): -3262676 or 2897870. OLE color: 2897870.
HSL color Cylindrical-coordinate representation of color #CE372C: hue angle of 4.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE372C is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 44 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.19 |
| HSL | 4.07º | 0.65% | 0.49% | - |
| HSV(B) | 4.07º | 0.79% | 0.81% | - |
| XYZ | 27.27 | 16.04 | 4.04 | - |
| YUV | 98.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 44 | 0 | 0.73 | 0.79 | 0.19 | 4.07 | 0.65 | 0.49 |
| Hex | CE | 37 | 2C | 0 | 49 | 4F | 13 | 4 | 41 | 31 |
| Octal | 316 | 67 | 54 | 0 | 111 | 117 | 23 | 4 | 101 | 61 |
| Binary | 11001110 | 110111 | 101100 | 0 | 1001001 | 1001111 | 10011 | 100 | 1000001 | 110001 |
Color Harmonies of #CE372C
Complementary color
Monochromatic Colors of #CE372C
Black with #CE372C
Text Example
Text Example
White with #CE372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE372C; }
p { color: rgb(206,55,44); }
H1.HeaderClassName
{
color: #CE372C;
}
.AnyTagClassName
{
color: #CE372C;
}
</style>
background-color css
<style>
a { background-color: #CE372C; }
a { background-color: rgb(206,55,44); }
div.DivClassName
{
background-color: #CE372C;
}
.BgClassName
{
background-color: #CE372C;
}
</style>
border-color css
<style>
span { border-color: #CE372C; }
span { border-color: rgb(206,55,44); }
td.TdClassName
{
border-color: #CE372C;
}
.TagClassName
{
border-color: #CE372C;
}
</style>