Shades of Persian Red #CE372B
Tints of Persian Red #CE372B
RGB
CMYK
RGB Variations
Color information
#CE372B (or 0xCE372B) is known color: Persian Red. HEX triplet: CE, 37 and 2B. RGB value is (206,55,43). Sum of RGB (Red+Green+Blue) = 206+55+43=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE372B is #31C8D4. Grayscale: #626262. Windows color (decimal): -3262677 or 2832334. OLE color: 2832334.
HSL color Cylindrical-coordinate representation of color #CE372B: hue angle of 4.42º 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 #CE372B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 43 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.19 |
| HSL | 4.42º | 0.65% | 0.49% | - |
| HSV(B) | 4.42º | 0.79% | 0.81% | - |
| XYZ | 27.26 | 16.03 | 3.94 | - |
| YUV | 98.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 43 | 0 | 0.73 | 0.79 | 0.19 | 4.42 | 0.65 | 0.49 |
| Hex | CE | 37 | 2B | 0 | 49 | 4F | 13 | 4 | 41 | 31 |
| Octal | 316 | 67 | 53 | 0 | 111 | 117 | 23 | 4 | 101 | 61 |
| Binary | 11001110 | 110111 | 101011 | 0 | 1001001 | 1001111 | 10011 | 100 | 1000001 | 110001 |
Color Harmonies of #CE372B
Complementary color
Monochromatic Colors of #CE372B
Black with #CE372B
Text Example
Text Example
White with #CE372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE372B; }
p { color: rgb(206,55,43); }
H1.HeaderClassName
{
color: #CE372B;
}
.AnyTagClassName
{
color: #CE372B;
}
</style>
background-color css
<style>
a { background-color: #CE372B; }
a { background-color: rgb(206,55,43); }
div.DivClassName
{
background-color: #CE372B;
}
.BgClassName
{
background-color: #CE372B;
}
</style>
border-color css
<style>
span { border-color: #CE372B; }
span { border-color: rgb(206,55,43); }
td.TdClassName
{
border-color: #CE372B;
}
.TagClassName
{
border-color: #CE372B;
}
</style>