Shades of Persian Red #CA322D
Tints of Persian Red #CA322D
RGB
CMYK
RGB Variations
Color information
#CA322D (or 0xCA322D) is known color: Persian Red. HEX triplet: CA, 32 and 2D. RGB value is (202,50,45). Sum of RGB (Red+Green+Blue) = 202+50+45=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA322D is #35CDD2. Grayscale: #5F5F5F. Windows color (decimal): -3526099 or 2962122. OLE color: 2962122.
HSL color Cylindrical-coordinate representation of color #CA322D: hue angle of 1.91º 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 #CA322D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 45 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.21 |
| HSL | 1.91º | 0.64% | 0.48% | - |
| HSV(B) | 1.91º | 0.78% | 0.79% | - |
| XYZ | 25.97 | 15.03 | 4.01 | - |
| YUV | 94.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 45 | 0 | 0.75 | 0.78 | 0.21 | 1.91 | 0.64 | 0.48 |
| Hex | CA | 32 | 2D | 0 | 4B | 4E | 15 | 2 | 40 | 30 |
| Octal | 312 | 62 | 55 | 0 | 113 | 116 | 25 | 2 | 100 | 60 |
| Binary | 11001010 | 110010 | 101101 | 0 | 1001011 | 1001110 | 10101 | 10 | 1000000 | 110000 |
Color Harmonies of #CA322D
Complementary color
Monochromatic Colors of #CA322D
Black with #CA322D
Text Example
Text Example
White with #CA322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA322D; }
p { color: rgb(202,50,45); }
H1.HeaderClassName
{
color: #CA322D;
}
.AnyTagClassName
{
color: #CA322D;
}
</style>
background-color css
<style>
a { background-color: #CA322D; }
a { background-color: rgb(202,50,45); }
div.DivClassName
{
background-color: #CA322D;
}
.BgClassName
{
background-color: #CA322D;
}
</style>
border-color css
<style>
span { border-color: #CA322D; }
span { border-color: rgb(202,50,45); }
td.TdClassName
{
border-color: #CA322D;
}
.TagClassName
{
border-color: #CA322D;
}
</style>