Shades of Persian Red #CE372D
Tints of Persian Red #CE372D
RGB
CMYK
RGB Variations
Color information
#CE372D (or 0xCE372D) is known color: Persian Red. HEX triplet: CE, 37 and 2D. RGB value is (206,55,45). Sum of RGB (Red+Green+Blue) = 206+55+45=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE372D is #31C8D2. Grayscale: #636363. Windows color (decimal): -3262675 or 2963406. OLE color: 2963406.
HSL color Cylindrical-coordinate representation of color #CE372D: hue angle of 3.73º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE372D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 45 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.19 |
| HSL | 3.73º | 0.64% | 0.49% | - |
| HSV(B) | 3.73º | 0.78% | 0.81% | - |
| XYZ | 27.29 | 16.04 | 4.14 | - |
| YUV | 99.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 45 | 0 | 0.73 | 0.78 | 0.19 | 3.73 | 0.64 | 0.49 |
| Hex | CE | 37 | 2D | 0 | 49 | 4E | 13 | 4 | 40 | 31 |
| Octal | 316 | 67 | 55 | 0 | 111 | 116 | 23 | 4 | 100 | 61 |
| Binary | 11001110 | 110111 | 101101 | 0 | 1001001 | 1001110 | 10011 | 100 | 1000000 | 110001 |
Color Harmonies of #CE372D
Complementary color
Monochromatic Colors of #CE372D
Black with #CE372D
Text Example
Text Example
White with #CE372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE372D; }
p { color: rgb(206,55,45); }
H1.HeaderClassName
{
color: #CE372D;
}
.AnyTagClassName
{
color: #CE372D;
}
</style>
background-color css
<style>
a { background-color: #CE372D; }
a { background-color: rgb(206,55,45); }
div.DivClassName
{
background-color: #CE372D;
}
.BgClassName
{
background-color: #CE372D;
}
</style>
border-color css
<style>
span { border-color: #CE372D; }
span { border-color: rgb(206,55,45); }
td.TdClassName
{
border-color: #CE372D;
}
.TagClassName
{
border-color: #CE372D;
}
</style>