Shades of Persian Red #CA3E31
Tints of Persian Red #CA3E31
RGB
CMYK
RGB Variations
Color information
#CA3E31 (or 0xCA3E31) is known color: Persian Red. HEX triplet: CA, 3E and 31. RGB value is (202,62,49). Sum of RGB (Red+Green+Blue) = 202+62+49=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E31 is #35C1CE. Grayscale: #666666. Windows color (decimal): -3523023 or 3227338. OLE color: 3227338.
HSL color Cylindrical-coordinate representation of color #CA3E31: hue angle of 5.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3E31 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 49 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.21 |
| HSL | 5.1º | 0.61% | 0.49% | - |
| HSV(B) | 5.1º | 0.76% | 0.79% | - |
| XYZ | 26.63 | 16.22 | 4.63 | - |
| YUV | 102.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 49 | 0 | 0.69 | 0.76 | 0.21 | 5.1 | 0.61 | 0.49 |
| Hex | CA | 3E | 31 | 0 | 45 | 4C | 15 | 5 | 3D | 31 |
| Octal | 312 | 76 | 61 | 0 | 105 | 114 | 25 | 5 | 75 | 61 |
| Binary | 11001010 | 111110 | 110001 | 0 | 1000101 | 1001100 | 10101 | 101 | 111101 | 110001 |
Color Harmonies of #CA3E31
Complementary color
Monochromatic Colors of #CA3E31
Black with #CA3E31
Text Example
Text Example
White with #CA3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E31; }
p { color: rgb(202,62,49); }
H1.HeaderClassName
{
color: #CA3E31;
}
.AnyTagClassName
{
color: #CA3E31;
}
</style>
background-color css
<style>
a { background-color: #CA3E31; }
a { background-color: rgb(202,62,49); }
div.DivClassName
{
background-color: #CA3E31;
}
.BgClassName
{
background-color: #CA3E31;
}
</style>
border-color css
<style>
span { border-color: #CA3E31; }
span { border-color: rgb(202,62,49); }
td.TdClassName
{
border-color: #CA3E31;
}
.TagClassName
{
border-color: #CA3E31;
}
</style>