Shades of Free Speech Red #CA1211
Tints of Free Speech Red #CA1211
RGB
CMYK
RGB Variations
Color information
#CA1211 (or 0xCA1211) is known color: Free Speech Red. HEX triplet: CA, 12 and 11. RGB value is (202,18,17). Sum of RGB (Red+Green+Blue) = 202+18+17=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1211 is #35EDEE. Grayscale: #494949. Windows color (decimal): -3534319 or 1118922. OLE color: 1118922.
HSL color Cylindrical-coordinate representation of color #CA1211: hue angle of 0.32º degrees, saturation: 0.84, 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 #CA1211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.21 |
| HSL | 0.32º | 0.84% | 0.43% | - |
| HSV(B) | 0.32º | 0.92% | 0.79% | - |
| XYZ | 24.67 | 13.03 | 1.74 | - |
| YUV | 72.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 17 | 0 | 0.91 | 0.92 | 0.21 | 0.32 | 0.84 | 0.43 |
| Hex | CA | 12 | 11 | 0 | 5B | 5C | 15 | 0 | 54 | 2B |
| Octal | 312 | 22 | 21 | 0 | 133 | 134 | 25 | 0 | 124 | 53 |
| Binary | 11001010 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10101 | 0 | 1010100 | 101011 |
Color Harmonies of #CA1211
Complementary color
Monochromatic Colors of #CA1211
Black with #CA1211
Text Example
Text Example
White with #CA1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1211; }
p { color: rgb(202,18,17); }
H1.HeaderClassName
{
color: #CA1211;
}
.AnyTagClassName
{
color: #CA1211;
}
</style>
background-color css
<style>
a { background-color: #CA1211; }
a { background-color: rgb(202,18,17); }
div.DivClassName
{
background-color: #CA1211;
}
.BgClassName
{
background-color: #CA1211;
}
</style>
border-color css
<style>
span { border-color: #CA1211; }
span { border-color: rgb(202,18,17); }
td.TdClassName
{
border-color: #CA1211;
}
.TagClassName
{
border-color: #CA1211;
}
</style>