Shades of Persian Red #CA352B
Tints of Persian Red #CA352B
RGB
CMYK
RGB Variations
Color information
#CA352B (or 0xCA352B) is known color: Persian Red. HEX triplet: CA, 35 and 2B. RGB value is (202,53,43). Sum of RGB (Red+Green+Blue) = 202+53+43=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA352B is #35CAD4. Grayscale: #606060. Windows color (decimal): -3525333 or 2831818. OLE color: 2831818.
HSL color Cylindrical-coordinate representation of color #CA352B: hue angle of 3.77º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA352B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 43 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.21 |
| HSL | 3.77º | 0.65% | 0.48% | - |
| HSV(B) | 3.77º | 0.79% | 0.79% | - |
| XYZ | 26.07 | 15.28 | 3.86 | - |
| YUV | 96.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 43 | 0 | 0.74 | 0.79 | 0.21 | 3.77 | 0.65 | 0.48 |
| Hex | CA | 35 | 2B | 0 | 4A | 4F | 15 | 4 | 41 | 30 |
| Octal | 312 | 65 | 53 | 0 | 112 | 117 | 25 | 4 | 101 | 60 |
| Binary | 11001010 | 110101 | 101011 | 0 | 1001010 | 1001111 | 10101 | 100 | 1000001 | 110000 |
Color Harmonies of #CA352B
Complementary color
Monochromatic Colors of #CA352B
Black with #CA352B
Text Example
Text Example
White with #CA352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA352B; }
p { color: rgb(202,53,43); }
H1.HeaderClassName
{
color: #CA352B;
}
.AnyTagClassName
{
color: #CA352B;
}
</style>
background-color css
<style>
a { background-color: #CA352B; }
a { background-color: rgb(202,53,43); }
div.DivClassName
{
background-color: #CA352B;
}
.BgClassName
{
background-color: #CA352B;
}
</style>
border-color css
<style>
span { border-color: #CA352B; }
span { border-color: rgb(202,53,43); }
td.TdClassName
{
border-color: #CA352B;
}
.TagClassName
{
border-color: #CA352B;
}
</style>