Shades of Persian Red #CA3232
Tints of Persian Red #CA3232
RGB
CMYK
RGB Variations
Color information
#CA3232 (or 0xCA3232) is known color: Persian Red. HEX triplet: CA, 32 and 32. RGB value is (202,50,50). Sum of RGB (Red+Green+Blue) = 202+50+50=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3232 is #35CDCD. Grayscale: #5F5F5F. Windows color (decimal): -3526094 or 3289802. OLE color: 3289802.
HSL color Cylindrical-coordinate representation of color #CA3232: hue angle of 0º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3232 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 50 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.21 |
| HSL | 0º | 0.6% | 0.49% | - |
| HSV(B) | 0º | 0.75% | 0.79% | - |
| XYZ | 26.07 | 15.07 | 4.55 | - |
| YUV | 95.45 | 102.36 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 50 | 0 | 0.75 | 0.75 | 0.21 | 0 | 0.6 | 0.49 |
| Hex | CA | 32 | 32 | 0 | 4B | 4B | 15 | 0 | 3C | 31 |
| Octal | 312 | 62 | 62 | 0 | 113 | 113 | 25 | 0 | 74 | 61 |
| Binary | 11001010 | 110010 | 110010 | 0 | 1001011 | 1001011 | 10101 | 0 | 111100 | 110001 |
Color Harmonies of #CA3232
Complementary color
Monochromatic Colors of #CA3232
Black with #CA3232
Text Example
Text Example
White with #CA3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3232; }
p { color: rgb(202,50,50); }
H1.HeaderClassName
{
color: #CA3232;
}
.AnyTagClassName
{
color: #CA3232;
}
</style>
background-color css
<style>
a { background-color: #CA3232; }
a { background-color: rgb(202,50,50); }
div.DivClassName
{
background-color: #CA3232;
}
.BgClassName
{
background-color: #CA3232;
}
</style>
border-color css
<style>
span { border-color: #CA3232; }
span { border-color: rgb(202,50,50); }
td.TdClassName
{
border-color: #CA3232;
}
.TagClassName
{
border-color: #CA3232;
}
</style>