Shades of Persian Red #CA3937
Tints of Persian Red #CA3937
RGB
CMYK
RGB Variations
Color information
#CA3937 (or 0xCA3937) is known color: Persian Red. HEX triplet: CA, 39 and 37. RGB value is (202,57,55). Sum of RGB (Red+Green+Blue) = 202+57+55=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3937 is #35C6C8. Grayscale: #646464. Windows color (decimal): -3524297 or 3619274. OLE color: 3619274.
HSL color Cylindrical-coordinate representation of color #CA3937: hue angle of 0.82º 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 #CA3937 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 55 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.21 |
| HSL | 0.82º | 0.58% | 0.5% | - |
| HSV(B) | 0.82º | 0.73% | 0.79% | - |
| XYZ | 26.51 | 15.76 | 5.26 | - |
| YUV | 100.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 55 | 0 | 0.72 | 0.73 | 0.21 | 0.82 | 0.58 | 0.5 |
| Hex | CA | 39 | 37 | 0 | 48 | 49 | 15 | 1 | 3A | 32 |
| Octal | 312 | 71 | 67 | 0 | 110 | 111 | 25 | 1 | 72 | 62 |
| Binary | 11001010 | 111001 | 110111 | 0 | 1001000 | 1001001 | 10101 | 1 | 111010 | 110010 |
Color Harmonies of #CA3937
Complementary color
Monochromatic Colors of #CA3937
Black with #CA3937
Text Example
Text Example
White with #CA3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3937; }
p { color: rgb(202,57,55); }
H1.HeaderClassName
{
color: #CA3937;
}
.AnyTagClassName
{
color: #CA3937;
}
</style>
background-color css
<style>
a { background-color: #CA3937; }
a { background-color: rgb(202,57,55); }
div.DivClassName
{
background-color: #CA3937;
}
.BgClassName
{
background-color: #CA3937;
}
</style>
border-color css
<style>
span { border-color: #CA3937; }
span { border-color: rgb(202,57,55); }
td.TdClassName
{
border-color: #CA3937;
}
.TagClassName
{
border-color: #CA3937;
}
</style>