Shades of Persian Red #CA332C
Tints of Persian Red #CA332C
RGB
CMYK
RGB Variations
Color information
#CA332C (or 0xCA332C) is known color: Persian Red. HEX triplet: CA, 33 and 2C. RGB value is (202,51,44). Sum of RGB (Red+Green+Blue) = 202+51+44=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA332C is #35CCD3. Grayscale: #5F5F5F. Windows color (decimal): -3525844 or 2896842. OLE color: 2896842.
HSL color Cylindrical-coordinate representation of color #CA332C: hue angle of 2.66º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA332C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 44 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.21 |
| HSL | 2.66º | 0.64% | 0.48% | - |
| HSV(B) | 2.66º | 0.78% | 0.79% | - |
| XYZ | 26 | 15.11 | 3.93 | - |
| YUV | 95.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 44 | 0 | 0.75 | 0.78 | 0.21 | 2.66 | 0.64 | 0.48 |
| Hex | CA | 33 | 2C | 0 | 4B | 4E | 15 | 3 | 40 | 30 |
| Octal | 312 | 63 | 54 | 0 | 113 | 116 | 25 | 3 | 100 | 60 |
| Binary | 11001010 | 110011 | 101100 | 0 | 1001011 | 1001110 | 10101 | 11 | 1000000 | 110000 |
Color Harmonies of #CA332C
Complementary color
Monochromatic Colors of #CA332C
Black with #CA332C
Text Example
Text Example
White with #CA332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA332C; }
p { color: rgb(202,51,44); }
H1.HeaderClassName
{
color: #CA332C;
}
.AnyTagClassName
{
color: #CA332C;
}
</style>
background-color css
<style>
a { background-color: #CA332C; }
a { background-color: rgb(202,51,44); }
div.DivClassName
{
background-color: #CA332C;
}
.BgClassName
{
background-color: #CA332C;
}
</style>
border-color css
<style>
span { border-color: #CA332C; }
span { border-color: rgb(202,51,44); }
td.TdClassName
{
border-color: #CA332C;
}
.TagClassName
{
border-color: #CA332C;
}
</style>