Shades of Persian Red #CD312C
Tints of Persian Red #CD312C
RGB
CMYK
RGB Variations
Color information
#CD312C (or 0xCD312C) is known color: Persian Red. HEX triplet: CD, 31 and 2C. RGB value is (205,49,44). Sum of RGB (Red+Green+Blue) = 205+49+44=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD312C is #32CED3. Grayscale: #5F5F5F. Windows color (decimal): -3329748 or 2896333. OLE color: 2896333.
HSL color Cylindrical-coordinate representation of color #CD312C: hue angle of 1.86º 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 #CD312C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.20 |
| HSL | 1.86º | 0.65% | 0.49% | - |
| HSV(B) | 1.86º | 0.79% | 0.8% | - |
| XYZ | 26.73 | 15.36 | 3.94 | - |
| YUV | 95.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 44 | 0 | 0.76 | 0.79 | 0.20 | 1.86 | 0.65 | 0.49 |
| Hex | CD | 31 | 2C | 0 | 4C | 4F | 14 | 2 | 41 | 31 |
| Octal | 315 | 61 | 54 | 0 | 114 | 117 | 24 | 2 | 101 | 61 |
| Binary | 11001101 | 110001 | 101100 | 0 | 1001100 | 1001111 | 10100 | 10 | 1000001 | 110001 |
Color Harmonies of #CD312C
Complementary color
Monochromatic Colors of #CD312C
Black with #CD312C
Text Example
Text Example
White with #CD312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD312C; }
p { color: rgb(205,49,44); }
H1.HeaderClassName
{
color: #CD312C;
}
.AnyTagClassName
{
color: #CD312C;
}
</style>
background-color css
<style>
a { background-color: #CD312C; }
a { background-color: rgb(205,49,44); }
div.DivClassName
{
background-color: #CD312C;
}
.BgClassName
{
background-color: #CD312C;
}
</style>
border-color css
<style>
span { border-color: #CD312C; }
span { border-color: rgb(205,49,44); }
td.TdClassName
{
border-color: #CD312C;
}
.TagClassName
{
border-color: #CD312C;
}
</style>