Shades of Persian Red #CA352C
Tints of Persian Red #CA352C
RGB
CMYK
RGB Variations
Color information
#CA352C (or 0xCA352C) is known color: Persian Red. HEX triplet: CA, 35 and 2C. RGB value is (202,53,44). Sum of RGB (Red+Green+Blue) = 202+53+44=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA352C is #35CAD3. Grayscale: #606060. Windows color (decimal): -3525332 or 2897354. OLE color: 2897354.
HSL color Cylindrical-coordinate representation of color #CA352C: hue angle of 3.42º 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 #CA352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.21 |
| HSL | 3.42º | 0.64% | 0.48% | - |
| HSV(B) | 3.42º | 0.78% | 0.79% | - |
| XYZ | 26.08 | 15.28 | 3.96 | - |
| YUV | 96.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 44 | 0 | 0.74 | 0.78 | 0.21 | 3.42 | 0.64 | 0.48 |
| Hex | CA | 35 | 2C | 0 | 4A | 4E | 15 | 3 | 40 | 30 |
| Octal | 312 | 65 | 54 | 0 | 112 | 116 | 25 | 3 | 100 | 60 |
| Binary | 11001010 | 110101 | 101100 | 0 | 1001010 | 1001110 | 10101 | 11 | 1000000 | 110000 |
Color Harmonies of #CA352C
Complementary color
Monochromatic Colors of #CA352C
Black with #CA352C
Text Example
Text Example
White with #CA352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA352C; }
p { color: rgb(202,53,44); }
H1.HeaderClassName
{
color: #CA352C;
}
.AnyTagClassName
{
color: #CA352C;
}
</style>
background-color css
<style>
a { background-color: #CA352C; }
a { background-color: rgb(202,53,44); }
div.DivClassName
{
background-color: #CA352C;
}
.BgClassName
{
background-color: #CA352C;
}
</style>
border-color css
<style>
span { border-color: #CA352C; }
span { border-color: rgb(202,53,44); }
td.TdClassName
{
border-color: #CA352C;
}
.TagClassName
{
border-color: #CA352C;
}
</style>