Shades of Persian Red #CD3A2D
Tints of Persian Red #CD3A2D
RGB
CMYK
RGB Variations
Color information
#CD3A2D (or 0xCD3A2D) is known color: Persian Red. HEX triplet: CD, 3A and 2D. RGB value is (205,58,45). Sum of RGB (Red+Green+Blue) = 205+58+45=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A2D is #32C5D2. Grayscale: #646464. Windows color (decimal): -3327443 or 2964173. OLE color: 2964173.
HSL color Cylindrical-coordinate representation of color #CD3A2D: hue angle of 4.88º 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 #CD3A2D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 45 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.20 |
| HSL | 4.88º | 0.64% | 0.49% | - |
| HSV(B) | 4.88º | 0.78% | 0.8% | - |
| XYZ | 27.16 | 16.19 | 4.18 | - |
| YUV | 100.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 45 | 0 | 0.72 | 0.78 | 0.20 | 4.88 | 0.64 | 0.49 |
| Hex | CD | 3A | 2D | 0 | 48 | 4E | 14 | 5 | 40 | 31 |
| Octal | 315 | 72 | 55 | 0 | 110 | 116 | 24 | 5 | 100 | 61 |
| Binary | 11001101 | 111010 | 101101 | 0 | 1001000 | 1001110 | 10100 | 101 | 1000000 | 110001 |
Color Harmonies of #CD3A2D
Complementary color
Monochromatic Colors of #CD3A2D
Black with #CD3A2D
Text Example
Text Example
White with #CD3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A2D; }
p { color: rgb(205,58,45); }
H1.HeaderClassName
{
color: #CD3A2D;
}
.AnyTagClassName
{
color: #CD3A2D;
}
</style>
background-color css
<style>
a { background-color: #CD3A2D; }
a { background-color: rgb(205,58,45); }
div.DivClassName
{
background-color: #CD3A2D;
}
.BgClassName
{
background-color: #CD3A2D;
}
</style>
border-color css
<style>
span { border-color: #CD3A2D; }
span { border-color: rgb(205,58,45); }
td.TdClassName
{
border-color: #CD3A2D;
}
.TagClassName
{
border-color: #CD3A2D;
}
</style>