Shades of Persian Red #CA3433
Tints of Persian Red #CA3433
RGB
CMYK
RGB Variations
Color information
#CA3433 (or 0xCA3433) is known color: Persian Red. HEX triplet: CA, 34 and 33. RGB value is (202,52,51). Sum of RGB (Red+Green+Blue) = 202+52+51=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3433 is #35CBCC. Grayscale: #606060. Windows color (decimal): -3525581 or 3355850. OLE color: 3355850.
HSL color Cylindrical-coordinate representation of color #CA3433: hue angle of 0.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3433 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 51 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.21 |
| HSL | 0.4º | 0.6% | 0.5% | - |
| HSV(B) | 0.4º | 0.75% | 0.79% | - |
| XYZ | 26.18 | 15.25 | 4.7 | - |
| YUV | 96.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 51 | 0 | 0.74 | 0.75 | 0.21 | 0.4 | 0.6 | 0.5 |
| Hex | CA | 34 | 33 | 0 | 4A | 4B | 15 | 0 | 3C | 32 |
| Octal | 312 | 64 | 63 | 0 | 112 | 113 | 25 | 0 | 74 | 62 |
| Binary | 11001010 | 110100 | 110011 | 0 | 1001010 | 1001011 | 10101 | 0 | 111100 | 110010 |
Color Harmonies of #CA3433
Complementary color
Monochromatic Colors of #CA3433
Black with #CA3433
Text Example
Text Example
White with #CA3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3433; }
p { color: rgb(202,52,51); }
H1.HeaderClassName
{
color: #CA3433;
}
.AnyTagClassName
{
color: #CA3433;
}
</style>
background-color css
<style>
a { background-color: #CA3433; }
a { background-color: rgb(202,52,51); }
div.DivClassName
{
background-color: #CA3433;
}
.BgClassName
{
background-color: #CA3433;
}
</style>
border-color css
<style>
span { border-color: #CA3433; }
span { border-color: rgb(202,52,51); }
td.TdClassName
{
border-color: #CA3433;
}
.TagClassName
{
border-color: #CA3433;
}
</style>