Shades of Persian Red #CA4036
Tints of Persian Red #CA4036
RGB
CMYK
RGB Variations
Color information
#CA4036 (or 0xCA4036) is known color: Persian Red. HEX triplet: CA, 40 and 36. RGB value is (202,64,54). Sum of RGB (Red+Green+Blue) = 202+64+54=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4036 is #35BFC9. Grayscale: #686868. Windows color (decimal): -3522506 or 3555530. OLE color: 3555530.
HSL color Cylindrical-coordinate representation of color #CA4036: hue angle of 4.05º 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 #CA4036 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 54 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.21 |
| HSL | 4.05º | 0.58% | 0.5% | - |
| HSV(B) | 4.05º | 0.73% | 0.79% | - |
| XYZ | 26.86 | 16.49 | 5.26 | - |
| YUV | 104.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 54 | 0 | 0.68 | 0.73 | 0.21 | 4.05 | 0.58 | 0.5 |
| Hex | CA | 40 | 36 | 0 | 44 | 49 | 15 | 4 | 3A | 32 |
| Octal | 312 | 100 | 66 | 0 | 104 | 111 | 25 | 4 | 72 | 62 |
| Binary | 11001010 | 1000000 | 110110 | 0 | 1000100 | 1001001 | 10101 | 100 | 111010 | 110010 |
Color Harmonies of #CA4036
Complementary color
Monochromatic Colors of #CA4036
Black with #CA4036
Text Example
Text Example
White with #CA4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4036; }
p { color: rgb(202,64,54); }
H1.HeaderClassName
{
color: #CA4036;
}
.AnyTagClassName
{
color: #CA4036;
}
</style>
background-color css
<style>
a { background-color: #CA4036; }
a { background-color: rgb(202,64,54); }
div.DivClassName
{
background-color: #CA4036;
}
.BgClassName
{
background-color: #CA4036;
}
</style>
border-color css
<style>
span { border-color: #CA4036; }
span { border-color: rgb(202,64,54); }
td.TdClassName
{
border-color: #CA4036;
}
.TagClassName
{
border-color: #CA4036;
}
</style>