Shades of Persian Red #CA2622
Tints of Persian Red #CA2622
RGB
CMYK
RGB Variations
Color information
#CA2622 (or 0xCA2622) is known color: Persian Red. HEX triplet: CA, 26 and 22. RGB value is (202,38,34). Sum of RGB (Red+Green+Blue) = 202+38+34=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2622 is #35D9DD. Grayscale: #565656. Windows color (decimal): -3529182 or 2238154. OLE color: 2238154.
HSL color Cylindrical-coordinate representation of color #CA2622: hue angle of 1.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2622 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 34 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.21 |
| HSL | 1.43º | 0.71% | 0.46% | - |
| HSV(B) | 1.43º | 0.83% | 0.79% | - |
| XYZ | 25.34 | 14.06 | 2.89 | - |
| YUV | 86.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 34 | 0 | 0.81 | 0.83 | 0.21 | 1.43 | 0.71 | 0.46 |
| Hex | CA | 26 | 22 | 0 | 51 | 53 | 15 | 1 | 47 | 2E |
| Octal | 312 | 46 | 42 | 0 | 121 | 123 | 25 | 1 | 107 | 56 |
| Binary | 11001010 | 100110 | 100010 | 0 | 1010001 | 1010011 | 10101 | 1 | 1000111 | 101110 |
Color Harmonies of #CA2622
Complementary color
Monochromatic Colors of #CA2622
Black with #CA2622
Text Example
Text Example
White with #CA2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2622; }
p { color: rgb(202,38,34); }
H1.HeaderClassName
{
color: #CA2622;
}
.AnyTagClassName
{
color: #CA2622;
}
</style>
background-color css
<style>
a { background-color: #CA2622; }
a { background-color: rgb(202,38,34); }
div.DivClassName
{
background-color: #CA2622;
}
.BgClassName
{
background-color: #CA2622;
}
</style>
border-color css
<style>
span { border-color: #CA2622; }
span { border-color: rgb(202,38,34); }
td.TdClassName
{
border-color: #CA2622;
}
.TagClassName
{
border-color: #CA2622;
}
</style>