Shades of Persian Red #CA3836
Tints of Persian Red #CA3836
RGB
CMYK
RGB Variations
Color information
#CA3836 (or 0xCA3836) is known color: Persian Red. HEX triplet: CA, 38 and 36. RGB value is (202,56,54). Sum of RGB (Red+Green+Blue) = 202+56+54=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3836 is #35C7C9. Grayscale: #636363. Windows color (decimal): -3524554 or 3553482. OLE color: 3553482.
HSL color Cylindrical-coordinate representation of color #CA3836: 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.73%. Process color model (Four color, CMYK) of #CA3836 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 54 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.21 |
| HSL | 0.81º | 0.58% | 0.5% | - |
| HSV(B) | 0.81º | 0.73% | 0.79% | - |
| XYZ | 26.44 | 15.65 | 5.12 | - |
| YUV | 99.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 54 | 0 | 0.72 | 0.73 | 0.21 | 0.81 | 0.58 | 0.5 |
| Hex | CA | 38 | 36 | 0 | 48 | 49 | 15 | 1 | 3A | 32 |
| Octal | 312 | 70 | 66 | 0 | 110 | 111 | 25 | 1 | 72 | 62 |
| Binary | 11001010 | 111000 | 110110 | 0 | 1001000 | 1001001 | 10101 | 1 | 111010 | 110010 |
Color Harmonies of #CA3836
Complementary color
Monochromatic Colors of #CA3836
Black with #CA3836
Text Example
Text Example
White with #CA3836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3836; }
p { color: rgb(202,56,54); }
H1.HeaderClassName
{
color: #CA3836;
}
.AnyTagClassName
{
color: #CA3836;
}
</style>
background-color css
<style>
a { background-color: #CA3836; }
a { background-color: rgb(202,56,54); }
div.DivClassName
{
background-color: #CA3836;
}
.BgClassName
{
background-color: #CA3836;
}
</style>
border-color css
<style>
span { border-color: #CA3836; }
span { border-color: rgb(202,56,54); }
td.TdClassName
{
border-color: #CA3836;
}
.TagClassName
{
border-color: #CA3836;
}
</style>