Shades of Persian Red #CA322C
Tints of Persian Red #CA322C
RGB
CMYK
RGB Variations
Color information
#CA322C (or 0xCA322C) is known color: Persian Red. HEX triplet: CA, 32 and 2C. RGB value is (202,50,44). Sum of RGB (Red+Green+Blue) = 202+50+44=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA322C is #35CDD3. Grayscale: #5E5E5E. Windows color (decimal): -3526100 or 2896586. OLE color: 2896586.
HSL color Cylindrical-coordinate representation of color #CA322C: hue angle of 2.28º 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 #CA322C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 44 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.21 |
| HSL | 2.28º | 0.64% | 0.48% | - |
| HSV(B) | 2.28º | 0.78% | 0.79% | - |
| XYZ | 25.95 | 15.02 | 3.91 | - |
| YUV | 94.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 44 | 0 | 0.75 | 0.78 | 0.21 | 2.28 | 0.64 | 0.48 |
| Hex | CA | 32 | 2C | 0 | 4B | 4E | 15 | 2 | 40 | 30 |
| Octal | 312 | 62 | 54 | 0 | 113 | 116 | 25 | 2 | 100 | 60 |
| Binary | 11001010 | 110010 | 101100 | 0 | 1001011 | 1001110 | 10101 | 10 | 1000000 | 110000 |
Color Harmonies of #CA322C
Complementary color
Monochromatic Colors of #CA322C
Black with #CA322C
Text Example
Text Example
White with #CA322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA322C; }
p { color: rgb(202,50,44); }
H1.HeaderClassName
{
color: #CA322C;
}
.AnyTagClassName
{
color: #CA322C;
}
</style>
background-color css
<style>
a { background-color: #CA322C; }
a { background-color: rgb(202,50,44); }
div.DivClassName
{
background-color: #CA322C;
}
.BgClassName
{
background-color: #CA322C;
}
</style>
border-color css
<style>
span { border-color: #CA322C; }
span { border-color: rgb(202,50,44); }
td.TdClassName
{
border-color: #CA322C;
}
.TagClassName
{
border-color: #CA322C;
}
</style>