Shades of Persian Red #CA3B2D
Tints of Persian Red #CA3B2D
RGB
CMYK
RGB Variations
Color information
#CA3B2D (or 0xCA3B2D) is known color: Persian Red. HEX triplet: CA, 3B and 2D. RGB value is (202,59,45). Sum of RGB (Red+Green+Blue) = 202+59+45=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B2D is #35C4D2. Grayscale: #646464. Windows color (decimal): -3523795 or 2964426. OLE color: 2964426.
HSL color Cylindrical-coordinate representation of color #CA3B2D: hue angle of 5.35º 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 #CA3B2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.21 |
| HSL | 5.35º | 0.64% | 0.48% | - |
| HSV(B) | 5.35º | 0.78% | 0.79% | - |
| XYZ | 26.39 | 15.87 | 4.16 | - |
| YUV | 100.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 45 | 0 | 0.71 | 0.78 | 0.21 | 5.35 | 0.64 | 0.48 |
| Hex | CA | 3B | 2D | 0 | 47 | 4E | 15 | 5 | 40 | 30 |
| Octal | 312 | 73 | 55 | 0 | 107 | 116 | 25 | 5 | 100 | 60 |
| Binary | 11001010 | 111011 | 101101 | 0 | 1000111 | 1001110 | 10101 | 101 | 1000000 | 110000 |
Color Harmonies of #CA3B2D
Complementary color
Monochromatic Colors of #CA3B2D
Black with #CA3B2D
Text Example
Text Example
White with #CA3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B2D; }
p { color: rgb(202,59,45); }
H1.HeaderClassName
{
color: #CA3B2D;
}
.AnyTagClassName
{
color: #CA3B2D;
}
</style>
background-color css
<style>
a { background-color: #CA3B2D; }
a { background-color: rgb(202,59,45); }
div.DivClassName
{
background-color: #CA3B2D;
}
.BgClassName
{
background-color: #CA3B2D;
}
</style>
border-color css
<style>
span { border-color: #CA3B2D; }
span { border-color: rgb(202,59,45); }
td.TdClassName
{
border-color: #CA3B2D;
}
.TagClassName
{
border-color: #CA3B2D;
}
</style>