Shades of Persian Red #CA3C2D
Tints of Persian Red #CA3C2D
RGB
CMYK
RGB Variations
Color information
#CA3C2D (or 0xCA3C2D) is known color: Persian Red. HEX triplet: CA, 3C and 2D. RGB value is (202,60,45). Sum of RGB (Red+Green+Blue) = 202+60+45=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C2D is #35C3D2. Grayscale: #646464. Windows color (decimal): -3523539 or 2964682. OLE color: 2964682.
HSL color Cylindrical-coordinate representation of color #CA3C2D: hue angle of 5.73º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA3C2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 45 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.21 |
| HSL | 5.73º | 0.64% | 0.48% | - |
| HSV(B) | 5.73º | 0.78% | 0.79% | - |
| XYZ | 26.45 | 15.98 | 4.17 | - |
| YUV | 100.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 45 | 0 | 0.70 | 0.78 | 0.21 | 5.73 | 0.64 | 0.48 |
| Hex | CA | 3C | 2D | 0 | 46 | 4E | 15 | 6 | 40 | 30 |
| Octal | 312 | 74 | 55 | 0 | 106 | 116 | 25 | 6 | 100 | 60 |
| Binary | 11001010 | 111100 | 101101 | 0 | 1000110 | 1001110 | 10101 | 110 | 1000000 | 110000 |
Color Harmonies of #CA3C2D
Complementary color
Monochromatic Colors of #CA3C2D
Black with #CA3C2D
Text Example
Text Example
White with #CA3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C2D; }
p { color: rgb(202,60,45); }
H1.HeaderClassName
{
color: #CA3C2D;
}
.AnyTagClassName
{
color: #CA3C2D;
}
</style>
background-color css
<style>
a { background-color: #CA3C2D; }
a { background-color: rgb(202,60,45); }
div.DivClassName
{
background-color: #CA3C2D;
}
.BgClassName
{
background-color: #CA3C2D;
}
</style>
border-color css
<style>
span { border-color: #CA3C2D; }
span { border-color: rgb(202,60,45); }
td.TdClassName
{
border-color: #CA3C2D;
}
.TagClassName
{
border-color: #CA3C2D;
}
</style>