Shades of Persian Red #CD3C2D
Tints of Persian Red #CD3C2D
RGB
CMYK
RGB Variations
Color information
#CD3C2D (or 0xCD3C2D) is known color: Persian Red. HEX triplet: CD, 3C and 2D. RGB value is (205,60,45). Sum of RGB (Red+Green+Blue) = 205+60+45=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C2D is #32C3D2. Grayscale: #656565. Windows color (decimal): -3326931 or 2964685. OLE color: 2964685.
HSL color Cylindrical-coordinate representation of color #CD3C2D: hue angle of 5.62º 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 #CD3C2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.20 |
| HSL | 5.63º | 0.64% | 0.49% | - |
| HSV(B) | 5.63º | 0.78% | 0.8% | - |
| XYZ | 27.27 | 16.4 | 4.21 | - |
| YUV | 101.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 45 | 0 | 0.71 | 0.78 | 0.20 | 5.63 | 0.64 | 0.49 |
| Hex | CD | 3C | 2D | 0 | 47 | 4E | 14 | 6 | 40 | 31 |
| Octal | 315 | 74 | 55 | 0 | 107 | 116 | 24 | 6 | 100 | 61 |
| Binary | 11001101 | 111100 | 101101 | 0 | 1000111 | 1001110 | 10100 | 110 | 1000000 | 110001 |
Color Harmonies of #CD3C2D
Complementary color
Monochromatic Colors of #CD3C2D
Black with #CD3C2D
Text Example
Text Example
White with #CD3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C2D; }
p { color: rgb(205,60,45); }
H1.HeaderClassName
{
color: #CD3C2D;
}
.AnyTagClassName
{
color: #CD3C2D;
}
</style>
background-color css
<style>
a { background-color: #CD3C2D; }
a { background-color: rgb(205,60,45); }
div.DivClassName
{
background-color: #CD3C2D;
}
.BgClassName
{
background-color: #CD3C2D;
}
</style>
border-color css
<style>
span { border-color: #CD3C2D; }
span { border-color: rgb(205,60,45); }
td.TdClassName
{
border-color: #CD3C2D;
}
.TagClassName
{
border-color: #CD3C2D;
}
</style>