Shades of Persian Red #CA3C30
Tints of Persian Red #CA3C30
RGB
CMYK
RGB Variations
Color information
#CA3C30 (or 0xCA3C30) is known color: Persian Red. HEX triplet: CA, 3C and 30. RGB value is (202,60,48). Sum of RGB (Red+Green+Blue) = 202+60+48=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C30 is #35C3CF. Grayscale: #656565. Windows color (decimal): -3523536 or 3161290. OLE color: 3161290.
HSL color Cylindrical-coordinate representation of color #CA3C30: hue angle of 4.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3C30 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 48 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.21 |
| HSL | 4.68º | 0.62% | 0.49% | - |
| HSV(B) | 4.68º | 0.76% | 0.79% | - |
| XYZ | 26.51 | 16 | 4.49 | - |
| YUV | 101.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 48 | 0 | 0.70 | 0.76 | 0.21 | 4.68 | 0.62 | 0.49 |
| Hex | CA | 3C | 30 | 0 | 46 | 4C | 15 | 5 | 3E | 31 |
| Octal | 312 | 74 | 60 | 0 | 106 | 114 | 25 | 5 | 76 | 61 |
| Binary | 11001010 | 111100 | 110000 | 0 | 1000110 | 1001100 | 10101 | 101 | 111110 | 110001 |
Color Harmonies of #CA3C30
Complementary color
Monochromatic Colors of #CA3C30
Black with #CA3C30
Text Example
Text Example
White with #CA3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C30; }
p { color: rgb(202,60,48); }
H1.HeaderClassName
{
color: #CA3C30;
}
.AnyTagClassName
{
color: #CA3C30;
}
</style>
background-color css
<style>
a { background-color: #CA3C30; }
a { background-color: rgb(202,60,48); }
div.DivClassName
{
background-color: #CA3C30;
}
.BgClassName
{
background-color: #CA3C30;
}
</style>
border-color css
<style>
span { border-color: #CA3C30; }
span { border-color: rgb(202,60,48); }
td.TdClassName
{
border-color: #CA3C30;
}
.TagClassName
{
border-color: #CA3C30;
}
</style>