Shades of Persian Red #CA4137
Tints of Persian Red #CA4137
RGB
CMYK
RGB Variations
Color information
#CA4137 (or 0xCA4137) is known color: Persian Red. HEX triplet: CA, 41 and 37. RGB value is (202,65,55). Sum of RGB (Red+Green+Blue) = 202+65+55=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4137 is #35BEC8. Grayscale: #686868. Windows color (decimal): -3522249 or 3621322. OLE color: 3621322.
HSL color Cylindrical-coordinate representation of color #CA4137: hue angle of 4.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA4137 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 55 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.21 |
| HSL | 4.08º | 0.58% | 0.5% | - |
| HSV(B) | 4.08º | 0.73% | 0.79% | - |
| XYZ | 26.94 | 16.61 | 5.4 | - |
| YUV | 104.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 55 | 0 | 0.68 | 0.73 | 0.21 | 4.08 | 0.58 | 0.5 |
| Hex | CA | 41 | 37 | 0 | 44 | 49 | 15 | 4 | 3A | 32 |
| Octal | 312 | 101 | 67 | 0 | 104 | 111 | 25 | 4 | 72 | 62 |
| Binary | 11001010 | 1000001 | 110111 | 0 | 1000100 | 1001001 | 10101 | 100 | 111010 | 110010 |
Color Harmonies of #CA4137
Complementary color
Monochromatic Colors of #CA4137
Black with #CA4137
Text Example
Text Example
White with #CA4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4137; }
p { color: rgb(202,65,55); }
H1.HeaderClassName
{
color: #CA4137;
}
.AnyTagClassName
{
color: #CA4137;
}
</style>
background-color css
<style>
a { background-color: #CA4137; }
a { background-color: rgb(202,65,55); }
div.DivClassName
{
background-color: #CA4137;
}
.BgClassName
{
background-color: #CA4137;
}
</style>
border-color css
<style>
span { border-color: #CA4137; }
span { border-color: rgb(202,65,55); }
td.TdClassName
{
border-color: #CA4137;
}
.TagClassName
{
border-color: #CA4137;
}
</style>