Shades of Persian Red #CD3524
Tints of Persian Red #CD3524
RGB
CMYK
RGB Variations
Color information
#CD3524 (or 0xCD3524) is known color: Persian Red. HEX triplet: CD, 35 and 24. RGB value is (205,53,36). Sum of RGB (Red+Green+Blue) = 205+53+36=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3524 is #32CADB. Grayscale: #606060. Windows color (decimal): -3328732 or 2373069. OLE color: 2373069.
HSL color Cylindrical-coordinate representation of color #CD3524: hue angle of 6.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD3524 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 36 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.20 |
| HSL | 6.04º | 0.7% | 0.47% | - |
| HSV(B) | 6.04º | 0.82% | 0.8% | - |
| XYZ | 26.77 | 15.65 | 3.28 | - |
| YUV | 96.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 36 | 0 | 0.74 | 0.82 | 0.20 | 6.04 | 0.7 | 0.47 |
| Hex | CD | 35 | 24 | 0 | 4A | 52 | 14 | 6 | 46 | 2F |
| Octal | 315 | 65 | 44 | 0 | 112 | 122 | 24 | 6 | 106 | 57 |
| Binary | 11001101 | 110101 | 100100 | 0 | 1001010 | 1010010 | 10100 | 110 | 1000110 | 101111 |
Color Harmonies of #CD3524
Complementary color
Monochromatic Colors of #CD3524
Black with #CD3524
Text Example
Text Example
White with #CD3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3524; }
p { color: rgb(205,53,36); }
H1.HeaderClassName
{
color: #CD3524;
}
.AnyTagClassName
{
color: #CD3524;
}
</style>
background-color css
<style>
a { background-color: #CD3524; }
a { background-color: rgb(205,53,36); }
div.DivClassName
{
background-color: #CD3524;
}
.BgClassName
{
background-color: #CD3524;
}
</style>
border-color css
<style>
span { border-color: #CD3524; }
span { border-color: rgb(205,53,36); }
td.TdClassName
{
border-color: #CD3524;
}
.TagClassName
{
border-color: #CD3524;
}
</style>