Shades of Persian Red #CD372C
Tints of Persian Red #CD372C
RGB
CMYK
RGB Variations
Color information
#CD372C (or 0xCD372C) is known color: Persian Red. HEX triplet: CD, 37 and 2C. RGB value is (205,55,44). Sum of RGB (Red+Green+Blue) = 205+55+44=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD372C is #32C8D3. Grayscale: #626262. Windows color (decimal): -3328212 or 2897869. OLE color: 2897869.
HSL color Cylindrical-coordinate representation of color #CD372C: hue angle of 4.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD372C is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 44 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.20 |
| HSL | 4.1º | 0.65% | 0.49% | - |
| HSV(B) | 4.1º | 0.79% | 0.8% | - |
| XYZ | 27 | 15.89 | 4.03 | - |
| YUV | 98.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 44 | 0 | 0.73 | 0.79 | 0.20 | 4.1 | 0.65 | 0.49 |
| Hex | CD | 37 | 2C | 0 | 49 | 4F | 14 | 4 | 41 | 31 |
| Octal | 315 | 67 | 54 | 0 | 111 | 117 | 24 | 4 | 101 | 61 |
| Binary | 11001101 | 110111 | 101100 | 0 | 1001001 | 1001111 | 10100 | 100 | 1000001 | 110001 |
Color Harmonies of #CD372C
Complementary color
Monochromatic Colors of #CD372C
Black with #CD372C
Text Example
Text Example
White with #CD372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD372C; }
p { color: rgb(205,55,44); }
H1.HeaderClassName
{
color: #CD372C;
}
.AnyTagClassName
{
color: #CD372C;
}
</style>
background-color css
<style>
a { background-color: #CD372C; }
a { background-color: rgb(205,55,44); }
div.DivClassName
{
background-color: #CD372C;
}
.BgClassName
{
background-color: #CD372C;
}
</style>
border-color css
<style>
span { border-color: #CD372C; }
span { border-color: rgb(205,55,44); }
td.TdClassName
{
border-color: #CD372C;
}
.TagClassName
{
border-color: #CD372C;
}
</style>