Shades of Free Speech Red #CA1100
Tints of Free Speech Red #CA1100
RGB
CMYK
RGB Variations
Color information
#CA1100 (or 0xCA1100) is known color: Free Speech Red. HEX triplet: CA, 11 and 00. RGB value is (202,17,0). Sum of RGB (Red+Green+Blue) = 202+17+0=219 (29% of max value = 765). Red value is 202 (79.30% from 255 or 92.24% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1100 is #35EEFF. Grayscale: #464646. Windows color (decimal): -3534592 or 4554. OLE color: 4554.
HSL color Cylindrical-coordinate representation of color #CA1100: hue angle of 5.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.21 |
| HSL | 5.05º | 1% | 0.4% | - |
| HSV(B) | 5.05º | 1% | 0.79% | - |
| XYZ | 24.56 | 12.96 | 1.21 | - |
| YUV | 70.38 | 88.29 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 0 | 0 | 0.92 | 1 | 0.21 | 5.05 | 1 | 0.4 |
| Hex | CA | 11 | 0 | 0 | 5C | 64 | 15 | 5 | 64 | 28 |
| Octal | 312 | 21 | 0 | 0 | 134 | 144 | 25 | 5 | 144 | 50 |
| Binary | 11001010 | 10001 | 0 | 0 | 1011100 | 1100100 | 10101 | 101 | 1100100 | 101000 |
Color Harmonies of #CA1100
Complementary color
Monochromatic Colors of #CA1100
Black with #CA1100
Text Example
Text Example
White with #CA1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1100; }
p { color: rgb(202,17,0); }
H1.HeaderClassName
{
color: #CA1100;
}
.AnyTagClassName
{
color: #CA1100;
}
</style>
background-color css
<style>
a { background-color: #CA1100; }
a { background-color: rgb(202,17,0); }
div.DivClassName
{
background-color: #CA1100;
}
.BgClassName
{
background-color: #CA1100;
}
</style>
border-color css
<style>
span { border-color: #CA1100; }
span { border-color: rgb(202,17,0); }
td.TdClassName
{
border-color: #CA1100;
}
.TagClassName
{
border-color: #CA1100;
}
</style>