Shades of Persian Red #CD312D
Tints of Persian Red #CD312D
RGB
CMYK
RGB Variations
Color information
#CD312D (or 0xCD312D) is known color: Persian Red. HEX triplet: CD, 31 and 2D. RGB value is (205,49,45). Sum of RGB (Red+Green+Blue) = 205+49+45=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD312D is #32CED2. Grayscale: #5F5F5F. Windows color (decimal): -3329747 or 2961869. OLE color: 2961869.
HSL color Cylindrical-coordinate representation of color #CD312D: hue angle of 1.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD312D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 45 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.20 |
| HSL | 1.5º | 0.64% | 0.49% | - |
| HSV(B) | 1.5º | 0.78% | 0.8% | - |
| XYZ | 26.75 | 15.37 | 4.04 | - |
| YUV | 95.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 45 | 0 | 0.76 | 0.78 | 0.20 | 1.5 | 0.64 | 0.49 |
| Hex | CD | 31 | 2D | 0 | 4C | 4E | 14 | 2 | 40 | 31 |
| Octal | 315 | 61 | 55 | 0 | 114 | 116 | 24 | 2 | 100 | 61 |
| Binary | 11001101 | 110001 | 101101 | 0 | 1001100 | 1001110 | 10100 | 10 | 1000000 | 110001 |
Color Harmonies of #CD312D
Complementary color
Monochromatic Colors of #CD312D
Black with #CD312D
Text Example
Text Example
White with #CD312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD312D; }
p { color: rgb(205,49,45); }
H1.HeaderClassName
{
color: #CD312D;
}
.AnyTagClassName
{
color: #CD312D;
}
</style>
background-color css
<style>
a { background-color: #CD312D; }
a { background-color: rgb(205,49,45); }
div.DivClassName
{
background-color: #CD312D;
}
.BgClassName
{
background-color: #CD312D;
}
</style>
border-color css
<style>
span { border-color: #CD312D; }
span { border-color: rgb(205,49,45); }
td.TdClassName
{
border-color: #CD312D;
}
.TagClassName
{
border-color: #CD312D;
}
</style>