Shades of Persian Red #CD2525
Tints of Persian Red #CD2525
RGB
CMYK
RGB Variations
Color information
#CD2525 (or 0xCD2525) is known color: Persian Red. HEX triplet: CD, 25 and 25. RGB value is (205,37,37). Sum of RGB (Red+Green+Blue) = 205+37+37=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2525 is #32DADA. Grayscale: #575757. Windows color (decimal): -3332827 or 2434509. OLE color: 2434509.
HSL color Cylindrical-coordinate representation of color #CD2525: hue angle of 0º degrees, saturation: 0.69, 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 #CD2525 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 37 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.20 |
| HSL | 0º | 0.69% | 0.47% | - |
| HSV(B) | 0º | 0.82% | 0.8% | - |
| XYZ | 26.17 | 14.44 | 3.16 | - |
| YUV | 87.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 37 | 0 | 0.82 | 0.82 | 0.20 | 0 | 0.69 | 0.47 |
| Hex | CD | 25 | 25 | 0 | 52 | 52 | 14 | 0 | 45 | 2F |
| Octal | 315 | 45 | 45 | 0 | 122 | 122 | 24 | 0 | 105 | 57 |
| Binary | 11001101 | 100101 | 100101 | 0 | 1010010 | 1010010 | 10100 | 0 | 1000101 | 101111 |
Color Harmonies of #CD2525
Complementary color
Monochromatic Colors of #CD2525
Black with #CD2525
Text Example
Text Example
White with #CD2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2525; }
p { color: rgb(205,37,37); }
H1.HeaderClassName
{
color: #CD2525;
}
.AnyTagClassName
{
color: #CD2525;
}
</style>
background-color css
<style>
a { background-color: #CD2525; }
a { background-color: rgb(205,37,37); }
div.DivClassName
{
background-color: #CD2525;
}
.BgClassName
{
background-color: #CD2525;
}
</style>
border-color css
<style>
span { border-color: #CD2525; }
span { border-color: rgb(205,37,37); }
td.TdClassName
{
border-color: #CD2525;
}
.TagClassName
{
border-color: #CD2525;
}
</style>