Shades of Free Speech Red #CA1109
Tints of Free Speech Red #CA1109
RGB
CMYK
RGB Variations
Color information
#CA1109 (or 0xCA1109) is known color: Free Speech Red. HEX triplet: CA, 11 and 09. RGB value is (202,17,9). Sum of RGB (Red+Green+Blue) = 202+17+9=228 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.60% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1109 is #35EEF6. Grayscale: #474747. Windows color (decimal): -3534583 or 594378. OLE color: 594378.
HSL color Cylindrical-coordinate representation of color #CA1109: hue angle of 2.49º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA1109 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.21 |
| HSL | 2.49º | 0.91% | 0.41% | - |
| HSV(B) | 2.49º | 0.96% | 0.79% | - |
| XYZ | 24.61 | 12.98 | 1.47 | - |
| YUV | 71.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 9 | 0 | 0.92 | 0.96 | 0.21 | 2.49 | 0.91 | 0.41 |
| Hex | CA | 11 | 9 | 0 | 5C | 60 | 15 | 2 | 5B | 29 |
| Octal | 312 | 21 | 11 | 0 | 134 | 140 | 25 | 2 | 133 | 51 |
| Binary | 11001010 | 10001 | 1001 | 0 | 1011100 | 1100000 | 10101 | 10 | 1011011 | 101001 |
Color Harmonies of #CA1109
Complementary color
Monochromatic Colors of #CA1109
Black with #CA1109
Text Example
Text Example
White with #CA1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1109; }
p { color: rgb(202,17,9); }
H1.HeaderClassName
{
color: #CA1109;
}
.AnyTagClassName
{
color: #CA1109;
}
</style>
background-color css
<style>
a { background-color: #CA1109; }
a { background-color: rgb(202,17,9); }
div.DivClassName
{
background-color: #CA1109;
}
.BgClassName
{
background-color: #CA1109;
}
</style>
border-color css
<style>
span { border-color: #CA1109; }
span { border-color: rgb(202,17,9); }
td.TdClassName
{
border-color: #CA1109;
}
.TagClassName
{
border-color: #CA1109;
}
</style>