Shades of Persian Red #CD2521
Tints of Persian Red #CD2521
RGB
CMYK
RGB Variations
Color information
#CD2521 (or 0xCD2521) is known color: Persian Red. HEX triplet: CD, 25 and 21. RGB value is (205,37,33). Sum of RGB (Red+Green+Blue) = 205+37+33=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2521 is #32DADE. Grayscale: #565656. Windows color (decimal): -3332831 or 2172365. OLE color: 2172365.
HSL color Cylindrical-coordinate representation of color #CD2521: hue angle of 1.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2521 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.20 |
| HSL | 1.4º | 0.72% | 0.47% | - |
| HSV(B) | 1.4º | 0.84% | 0.8% | - |
| XYZ | 26.11 | 14.41 | 2.84 | - |
| YUV | 86.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 33 | 0 | 0.82 | 0.84 | 0.20 | 1.4 | 0.72 | 0.47 |
| Hex | CD | 25 | 21 | 0 | 52 | 54 | 14 | 1 | 48 | 2F |
| Octal | 315 | 45 | 41 | 0 | 122 | 124 | 24 | 1 | 110 | 57 |
| Binary | 11001101 | 100101 | 100001 | 0 | 1010010 | 1010100 | 10100 | 1 | 1001000 | 101111 |
Color Harmonies of #CD2521
Complementary color
Monochromatic Colors of #CD2521
Black with #CD2521
Text Example
Text Example
White with #CD2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2521; }
p { color: rgb(205,37,33); }
H1.HeaderClassName
{
color: #CD2521;
}
.AnyTagClassName
{
color: #CD2521;
}
</style>
background-color css
<style>
a { background-color: #CD2521; }
a { background-color: rgb(205,37,33); }
div.DivClassName
{
background-color: #CD2521;
}
.BgClassName
{
background-color: #CD2521;
}
</style>
border-color css
<style>
span { border-color: #CD2521; }
span { border-color: rgb(205,37,33); }
td.TdClassName
{
border-color: #CD2521;
}
.TagClassName
{
border-color: #CD2521;
}
</style>