Shades of Persian Red #CA3735
Tints of Persian Red #CA3735
RGB
CMYK
RGB Variations
Color information
#CA3735 (or 0xCA3735) is known color: Persian Red. HEX triplet: CA, 37 and 35. RGB value is (202,55,53). Sum of RGB (Red+Green+Blue) = 202+55+53=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3735 is #35C8CA. Grayscale: #626262. Windows color (decimal): -3524811 or 3487690. OLE color: 3487690.
HSL color Cylindrical-coordinate representation of color #CA3735: hue angle of 0.81º degrees, saturation: 0.58, 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 #CA3735 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 53 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.21 |
| HSL | 0.81º | 0.58% | 0.5% | - |
| HSV(B) | 0.81º | 0.74% | 0.79% | - |
| XYZ | 26.37 | 15.55 | 4.98 | - |
| YUV | 98.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 53 | 0 | 0.73 | 0.74 | 0.21 | 0.81 | 0.58 | 0.5 |
| Hex | CA | 37 | 35 | 0 | 49 | 4A | 15 | 1 | 3A | 32 |
| Octal | 312 | 67 | 65 | 0 | 111 | 112 | 25 | 1 | 72 | 62 |
| Binary | 11001010 | 110111 | 110101 | 0 | 1001001 | 1001010 | 10101 | 1 | 111010 | 110010 |
Color Harmonies of #CA3735
Complementary color
Monochromatic Colors of #CA3735
Black with #CA3735
Text Example
Text Example
White with #CA3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3735; }
p { color: rgb(202,55,53); }
H1.HeaderClassName
{
color: #CA3735;
}
.AnyTagClassName
{
color: #CA3735;
}
</style>
background-color css
<style>
a { background-color: #CA3735; }
a { background-color: rgb(202,55,53); }
div.DivClassName
{
background-color: #CA3735;
}
.BgClassName
{
background-color: #CA3735;
}
</style>
border-color css
<style>
span { border-color: #CA3735; }
span { border-color: rgb(202,55,53); }
td.TdClassName
{
border-color: #CA3735;
}
.TagClassName
{
border-color: #CA3735;
}
</style>