Shades of Persian Red #CA3333
Tints of Persian Red #CA3333
RGB
CMYK
RGB Variations
Color information
#CA3333 (or 0xCA3333) is known color: Persian Red. HEX triplet: CA, 33 and 33. RGB value is (202,51,51). Sum of RGB (Red+Green+Blue) = 202+51+51=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3333 is #35CCCC. Grayscale: #606060. Windows color (decimal): -3525837 or 3355594. OLE color: 3355594.
HSL color Cylindrical-coordinate representation of color #CA3333: hue angle of 0º 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 #CA3333 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 51 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.21 |
| HSL | 0º | 0.6% | 0.5% | - |
| HSV(B) | 0º | 0.75% | 0.79% | - |
| XYZ | 26.14 | 15.16 | 4.68 | - |
| YUV | 96.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 51 | 0 | 0.75 | 0.75 | 0.21 | 0 | 0.6 | 0.5 |
| Hex | CA | 33 | 33 | 0 | 4B | 4B | 15 | 0 | 3C | 32 |
| Octal | 312 | 63 | 63 | 0 | 113 | 113 | 25 | 0 | 74 | 62 |
| Binary | 11001010 | 110011 | 110011 | 0 | 1001011 | 1001011 | 10101 | 0 | 111100 | 110010 |
Color Harmonies of #CA3333
Complementary color
Monochromatic Colors of #CA3333
Black with #CA3333
Text Example
Text Example
White with #CA3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3333; }
p { color: rgb(202,51,51); }
H1.HeaderClassName
{
color: #CA3333;
}
.AnyTagClassName
{
color: #CA3333;
}
</style>
background-color css
<style>
a { background-color: #CA3333; }
a { background-color: rgb(202,51,51); }
div.DivClassName
{
background-color: #CA3333;
}
.BgClassName
{
background-color: #CA3333;
}
</style>
border-color css
<style>
span { border-color: #CA3333; }
span { border-color: rgb(202,51,51); }
td.TdClassName
{
border-color: #CA3333;
}
.TagClassName
{
border-color: #CA3333;
}
</style>