Shades of Persian Red #CA3A34
Tints of Persian Red #CA3A34
RGB
CMYK
RGB Variations
Color information
#CA3A34 (or 0xCA3A34) is known color: Persian Red. HEX triplet: CA, 3A and 34. RGB value is (202,58,52). Sum of RGB (Red+Green+Blue) = 202+58+52=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A34 is #35C5CB. Grayscale: #646464. Windows color (decimal): -3524044 or 3422922. OLE color: 3422922.
HSL color Cylindrical-coordinate representation of color #CA3A34: hue angle of 2.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3A34 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 52 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.21 |
| HSL | 2.4º | 0.59% | 0.5% | - |
| HSV(B) | 2.4º | 0.74% | 0.79% | - |
| XYZ | 26.49 | 15.83 | 4.91 | - |
| YUV | 100.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 52 | 0 | 0.71 | 0.74 | 0.21 | 2.4 | 0.59 | 0.5 |
| Hex | CA | 3A | 34 | 0 | 47 | 4A | 15 | 2 | 3B | 32 |
| Octal | 312 | 72 | 64 | 0 | 107 | 112 | 25 | 2 | 73 | 62 |
| Binary | 11001010 | 111010 | 110100 | 0 | 1000111 | 1001010 | 10101 | 10 | 111011 | 110010 |
Color Harmonies of #CA3A34
Complementary color
Monochromatic Colors of #CA3A34
Black with #CA3A34
Text Example
Text Example
White with #CA3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A34; }
p { color: rgb(202,58,52); }
H1.HeaderClassName
{
color: #CA3A34;
}
.AnyTagClassName
{
color: #CA3A34;
}
</style>
background-color css
<style>
a { background-color: #CA3A34; }
a { background-color: rgb(202,58,52); }
div.DivClassName
{
background-color: #CA3A34;
}
.BgClassName
{
background-color: #CA3A34;
}
</style>
border-color css
<style>
span { border-color: #CA3A34; }
span { border-color: rgb(202,58,52); }
td.TdClassName
{
border-color: #CA3A34;
}
.TagClassName
{
border-color: #CA3A34;
}
</style>