Shades of Persian Red #CA4135
Tints of Persian Red #CA4135
RGB
CMYK
RGB Variations
Color information
#CA4135 (or 0xCA4135) is known color: Persian Red. HEX triplet: CA, 41 and 35. RGB value is (202,65,53). Sum of RGB (Red+Green+Blue) = 202+65+53=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4135 is #35BECA. Grayscale: #686868. Windows color (decimal): -3522251 or 3490250. OLE color: 3490250.
HSL color Cylindrical-coordinate representation of color #CA4135: hue angle of 4.83º 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 #CA4135 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 53 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.21 |
| HSL | 4.83º | 0.58% | 0.5% | - |
| HSV(B) | 4.83º | 0.74% | 0.79% | - |
| XYZ | 26.89 | 16.59 | 5.15 | - |
| YUV | 104.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 53 | 0 | 0.68 | 0.74 | 0.21 | 4.83 | 0.58 | 0.5 |
| Hex | CA | 41 | 35 | 0 | 44 | 4A | 15 | 5 | 3A | 32 |
| Octal | 312 | 101 | 65 | 0 | 104 | 112 | 25 | 5 | 72 | 62 |
| Binary | 11001010 | 1000001 | 110101 | 0 | 1000100 | 1001010 | 10101 | 101 | 111010 | 110010 |
Color Harmonies of #CA4135
Complementary color
Monochromatic Colors of #CA4135
Black with #CA4135
Text Example
Text Example
White with #CA4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4135; }
p { color: rgb(202,65,53); }
H1.HeaderClassName
{
color: #CA4135;
}
.AnyTagClassName
{
color: #CA4135;
}
</style>
background-color css
<style>
a { background-color: #CA4135; }
a { background-color: rgb(202,65,53); }
div.DivClassName
{
background-color: #CA4135;
}
.BgClassName
{
background-color: #CA4135;
}
</style>
border-color css
<style>
span { border-color: #CA4135; }
span { border-color: rgb(202,65,53); }
td.TdClassName
{
border-color: #CA4135;
}
.TagClassName
{
border-color: #CA4135;
}
</style>