Shades of Persian Red #CA342E
Tints of Persian Red #CA342E
RGB
CMYK
RGB Variations
Color information
#CA342E (or 0xCA342E) is known color: Persian Red. HEX triplet: CA, 34 and 2E. RGB value is (202,52,46). Sum of RGB (Red+Green+Blue) = 202+52+46=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA342E is #35CBD1. Grayscale: #606060. Windows color (decimal): -3525586 or 3028170. OLE color: 3028170.
HSL color Cylindrical-coordinate representation of color #CA342E: hue angle of 2.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA342E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 46 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.21 |
| HSL | 2.31º | 0.63% | 0.49% | - |
| HSV(B) | 2.31º | 0.77% | 0.79% | - |
| XYZ | 26.08 | 15.21 | 4.15 | - |
| YUV | 96.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 46 | 0 | 0.74 | 0.77 | 0.21 | 2.31 | 0.63 | 0.49 |
| Hex | CA | 34 | 2E | 0 | 4A | 4D | 15 | 2 | 3F | 31 |
| Octal | 312 | 64 | 56 | 0 | 112 | 115 | 25 | 2 | 77 | 61 |
| Binary | 11001010 | 110100 | 101110 | 0 | 1001010 | 1001101 | 10101 | 10 | 111111 | 110001 |
Color Harmonies of #CA342E
Complementary color
Monochromatic Colors of #CA342E
Black with #CA342E
Text Example
Text Example
White with #CA342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA342E; }
p { color: rgb(202,52,46); }
H1.HeaderClassName
{
color: #CA342E;
}
.AnyTagClassName
{
color: #CA342E;
}
</style>
background-color css
<style>
a { background-color: #CA342E; }
a { background-color: rgb(202,52,46); }
div.DivClassName
{
background-color: #CA342E;
}
.BgClassName
{
background-color: #CA342E;
}
</style>
border-color css
<style>
span { border-color: #CA342E; }
span { border-color: rgb(202,52,46); }
td.TdClassName
{
border-color: #CA342E;
}
.TagClassName
{
border-color: #CA342E;
}
</style>