Shades of Persian Red #CA3226
Tints of Persian Red #CA3226
RGB
CMYK
RGB Variations
Color information
#CA3226 (or 0xCA3226) is known color: Persian Red. HEX triplet: CA, 32 and 26. RGB value is (202,50,38). Sum of RGB (Red+Green+Blue) = 202+50+38=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3226 is #35CDD9. Grayscale: #5E5E5E. Windows color (decimal): -3526106 or 2503370. OLE color: 2503370.
HSL color Cylindrical-coordinate representation of color #CA3226: hue angle of 4.39º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA3226 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 38 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.21 |
| HSL | 4.39º | 0.68% | 0.47% | - |
| HSV(B) | 4.39º | 0.81% | 0.79% | - |
| XYZ | 25.85 | 14.98 | 3.36 | - |
| YUV | 94.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 38 | 0 | 0.75 | 0.81 | 0.21 | 4.39 | 0.68 | 0.47 |
| Hex | CA | 32 | 26 | 0 | 4B | 51 | 15 | 4 | 44 | 2F |
| Octal | 312 | 62 | 46 | 0 | 113 | 121 | 25 | 4 | 104 | 57 |
| Binary | 11001010 | 110010 | 100110 | 0 | 1001011 | 1010001 | 10101 | 100 | 1000100 | 101111 |
Color Harmonies of #CA3226
Complementary color
Monochromatic Colors of #CA3226
Black with #CA3226
Text Example
Text Example
White with #CA3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3226; }
p { color: rgb(202,50,38); }
H1.HeaderClassName
{
color: #CA3226;
}
.AnyTagClassName
{
color: #CA3226;
}
</style>
background-color css
<style>
a { background-color: #CA3226; }
a { background-color: rgb(202,50,38); }
div.DivClassName
{
background-color: #CA3226;
}
.BgClassName
{
background-color: #CA3226;
}
</style>
border-color css
<style>
span { border-color: #CA3226; }
span { border-color: rgb(202,50,38); }
td.TdClassName
{
border-color: #CA3226;
}
.TagClassName
{
border-color: #CA3226;
}
</style>