Shades of Persian Red #CA3C32
Tints of Persian Red #CA3C32
RGB
CMYK
RGB Variations
Color information
#CA3C32 (or 0xCA3C32) is known color: Persian Red. HEX triplet: CA, 3C and 32. RGB value is (202,60,50). Sum of RGB (Red+Green+Blue) = 202+60+50=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C32 is #35C3CD. Grayscale: #656565. Windows color (decimal): -3523534 or 3292362. OLE color: 3292362.
HSL color Cylindrical-coordinate representation of color #CA3C32: hue angle of 3.95º 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 #CA3C32 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 50 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.21 |
| HSL | 3.95º | 0.6% | 0.49% | - |
| HSV(B) | 3.95º | 0.75% | 0.79% | - |
| XYZ | 26.55 | 16.02 | 4.71 | - |
| YUV | 101.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 50 | 0 | 0.70 | 0.75 | 0.21 | 3.95 | 0.6 | 0.49 |
| Hex | CA | 3C | 32 | 0 | 46 | 4B | 15 | 4 | 3C | 31 |
| Octal | 312 | 74 | 62 | 0 | 106 | 113 | 25 | 4 | 74 | 61 |
| Binary | 11001010 | 111100 | 110010 | 0 | 1000110 | 1001011 | 10101 | 100 | 111100 | 110001 |
Color Harmonies of #CA3C32
Complementary color
Monochromatic Colors of #CA3C32
Black with #CA3C32
Text Example
Text Example
White with #CA3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C32; }
p { color: rgb(202,60,50); }
H1.HeaderClassName
{
color: #CA3C32;
}
.AnyTagClassName
{
color: #CA3C32;
}
</style>
background-color css
<style>
a { background-color: #CA3C32; }
a { background-color: rgb(202,60,50); }
div.DivClassName
{
background-color: #CA3C32;
}
.BgClassName
{
background-color: #CA3C32;
}
</style>
border-color css
<style>
span { border-color: #CA3C32; }
span { border-color: rgb(202,60,50); }
td.TdClassName
{
border-color: #CA3C32;
}
.TagClassName
{
border-color: #CA3C32;
}
</style>