Shades of Free Speech Red #CA1210
Tints of Free Speech Red #CA1210
RGB
CMYK
RGB Variations
Color information
#CA1210 (or 0xCA1210) is known color: Free Speech Red. HEX triplet: CA, 12 and 10. RGB value is (202,18,16). Sum of RGB (Red+Green+Blue) = 202+18+16=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1210 is #35EDEF. Grayscale: #484848. Windows color (decimal): -3534320 or 1053386. OLE color: 1053386.
HSL color Cylindrical-coordinate representation of color #CA1210: hue angle of 0.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1210 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.21 |
| HSL | 0.65º | 0.85% | 0.43% | - |
| HSV(B) | 0.65º | 0.92% | 0.79% | - |
| XYZ | 24.67 | 13.03 | 1.7 | - |
| YUV | 72.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 16 | 0 | 0.91 | 0.92 | 0.21 | 0.65 | 0.85 | 0.43 |
| Hex | CA | 12 | 10 | 0 | 5B | 5C | 15 | 1 | 55 | 2B |
| Octal | 312 | 22 | 20 | 0 | 133 | 134 | 25 | 1 | 125 | 53 |
| Binary | 11001010 | 10010 | 10000 | 0 | 1011011 | 1011100 | 10101 | 1 | 1010101 | 101011 |
Color Harmonies of #CA1210
Complementary color
Monochromatic Colors of #CA1210
Black with #CA1210
Text Example
Text Example
White with #CA1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1210; }
p { color: rgb(202,18,16); }
H1.HeaderClassName
{
color: #CA1210;
}
.AnyTagClassName
{
color: #CA1210;
}
</style>
background-color css
<style>
a { background-color: #CA1210; }
a { background-color: rgb(202,18,16); }
div.DivClassName
{
background-color: #CA1210;
}
.BgClassName
{
background-color: #CA1210;
}
</style>
border-color css
<style>
span { border-color: #CA1210; }
span { border-color: rgb(202,18,16); }
td.TdClassName
{
border-color: #CA1210;
}
.TagClassName
{
border-color: #CA1210;
}
</style>