Shades of Persian Red #CA2521
Tints of Persian Red #CA2521
RGB
CMYK
RGB Variations
Color information
#CA2521 (or 0xCA2521) is known color: Persian Red. HEX triplet: CA, 25 and 21. RGB value is (202,37,33). Sum of RGB (Red+Green+Blue) = 202+37+33=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2521 is #35DADE. Grayscale: #565656. Windows color (decimal): -3529439 or 2172362. OLE color: 2172362.
HSL color Cylindrical-coordinate representation of color #CA2521: hue angle of 1.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2521 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.21 |
| HSL | 1.42º | 0.72% | 0.46% | - |
| HSV(B) | 1.42º | 0.84% | 0.79% | - |
| XYZ | 25.29 | 13.99 | 2.81 | - |
| YUV | 85.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 33 | 0 | 0.82 | 0.84 | 0.21 | 1.42 | 0.72 | 0.46 |
| Hex | CA | 25 | 21 | 0 | 52 | 54 | 15 | 1 | 48 | 2E |
| Octal | 312 | 45 | 41 | 0 | 122 | 124 | 25 | 1 | 110 | 56 |
| Binary | 11001010 | 100101 | 100001 | 0 | 1010010 | 1010100 | 10101 | 1 | 1001000 | 101110 |
Color Harmonies of #CA2521
Complementary color
Monochromatic Colors of #CA2521
Black with #CA2521
Text Example
Text Example
White with #CA2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2521; }
p { color: rgb(202,37,33); }
H1.HeaderClassName
{
color: #CA2521;
}
.AnyTagClassName
{
color: #CA2521;
}
</style>
background-color css
<style>
a { background-color: #CA2521; }
a { background-color: rgb(202,37,33); }
div.DivClassName
{
background-color: #CA2521;
}
.BgClassName
{
background-color: #CA2521;
}
</style>
border-color css
<style>
span { border-color: #CA2521; }
span { border-color: rgb(202,37,33); }
td.TdClassName
{
border-color: #CA2521;
}
.TagClassName
{
border-color: #CA2521;
}
</style>