Shades of Free Speech Red #DA1100
Tints of Free Speech Red #DA1100
RGB
CMYK
RGB Variations
Color information
#DA1100 (or 0xDA1100) is known color: Free Speech Red. HEX triplet: DA, 11 and 00. RGB value is (218,17,0). Sum of RGB (Red+Green+Blue) = 218+17+0=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1100 is #25EEFF. Grayscale: #4B4B4B. Windows color (decimal): -2486016 or 4570. OLE color: 4570.
HSL color Cylindrical-coordinate representation of color #DA1100: hue angle of 4.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.15 |
| HSL | 4.68º | 1% | 0.43% | - |
| HSV(B) | 4.68º | 1% | 0.85% | - |
| XYZ | 29.11 | 15.31 | 1.42 | - |
| YUV | 75.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 0 | 0 | 0.92 | 1 | 0.15 | 4.68 | 1 | 0.43 |
| Hex | DA | 11 | 0 | 0 | 5C | 64 | F | 5 | 64 | 2B |
| Octal | 332 | 21 | 0 | 0 | 134 | 144 | 17 | 5 | 144 | 53 |
| Binary | 11011010 | 10001 | 0 | 0 | 1011100 | 1100100 | 1111 | 101 | 1100100 | 101011 |
Color Harmonies of #DA1100
Complementary color
Monochromatic Colors of #DA1100
Black with #DA1100
Text Example
Text Example
White with #DA1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1100; }
p { color: rgb(218,17,0); }
H1.HeaderClassName
{
color: #DA1100;
}
.AnyTagClassName
{
color: #DA1100;
}
</style>
background-color css
<style>
a { background-color: #DA1100; }
a { background-color: rgb(218,17,0); }
div.DivClassName
{
background-color: #DA1100;
}
.BgClassName
{
background-color: #DA1100;
}
</style>
border-color css
<style>
span { border-color: #DA1100; }
span { border-color: rgb(218,17,0); }
td.TdClassName
{
border-color: #DA1100;
}
.TagClassName
{
border-color: #DA1100;
}
</style>