Shades of Persian Red #CA332B
Tints of Persian Red #CA332B
RGB
CMYK
RGB Variations
Color information
#CA332B (or 0xCA332B) is known color: Persian Red. HEX triplet: CA, 33 and 2B. RGB value is (202,51,43). Sum of RGB (Red+Green+Blue) = 202+51+43=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA332B is #35CCD4. Grayscale: #5F5F5F. Windows color (decimal): -3525845 or 2831306. OLE color: 2831306.
HSL color Cylindrical-coordinate representation of color #CA332B: hue angle of 3.02º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA332B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 43 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.21 |
| HSL | 3.02º | 0.65% | 0.48% | - |
| HSV(B) | 3.02º | 0.79% | 0.79% | - |
| XYZ | 25.98 | 15.1 | 3.83 | - |
| YUV | 95.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 43 | 0 | 0.75 | 0.79 | 0.21 | 3.02 | 0.65 | 0.48 |
| Hex | CA | 33 | 2B | 0 | 4B | 4F | 15 | 3 | 41 | 30 |
| Octal | 312 | 63 | 53 | 0 | 113 | 117 | 25 | 3 | 101 | 60 |
| Binary | 11001010 | 110011 | 101011 | 0 | 1001011 | 1001111 | 10101 | 11 | 1000001 | 110000 |
Color Harmonies of #CA332B
Complementary color
Monochromatic Colors of #CA332B
Black with #CA332B
Text Example
Text Example
White with #CA332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA332B; }
p { color: rgb(202,51,43); }
H1.HeaderClassName
{
color: #CA332B;
}
.AnyTagClassName
{
color: #CA332B;
}
</style>
background-color css
<style>
a { background-color: #CA332B; }
a { background-color: rgb(202,51,43); }
div.DivClassName
{
background-color: #CA332B;
}
.BgClassName
{
background-color: #CA332B;
}
</style>
border-color css
<style>
span { border-color: #CA332B; }
span { border-color: rgb(202,51,43); }
td.TdClassName
{
border-color: #CA332B;
}
.TagClassName
{
border-color: #CA332B;
}
</style>