Shades of Free Speech Red #DA1108
Tints of Free Speech Red #DA1108
RGB
CMYK
RGB Variations
Color information
#DA1108 (or 0xDA1108) is known color: Free Speech Red. HEX triplet: DA, 11 and 08. RGB value is (218,17,8). Sum of RGB (Red+Green+Blue) = 218+17+8=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1108 is #25EEF7. Grayscale: #4C4C4C. Windows color (decimal): -2486008 or 528858. OLE color: 528858.
HSL color Cylindrical-coordinate representation of color #DA1108: hue angle of 2.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA1108 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.15 |
| HSL | 2.57º | 0.93% | 0.44% | - |
| HSV(B) | 2.57º | 0.96% | 0.85% | - |
| XYZ | 29.16 | 15.32 | 1.65 | - |
| YUV | 76.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 8 | 0 | 0.92 | 0.96 | 0.15 | 2.57 | 0.93 | 0.44 |
| Hex | DA | 11 | 8 | 0 | 5C | 60 | F | 3 | 5D | 2C |
| Octal | 332 | 21 | 10 | 0 | 134 | 140 | 17 | 3 | 135 | 54 |
| Binary | 11011010 | 10001 | 1000 | 0 | 1011100 | 1100000 | 1111 | 11 | 1011101 | 101100 |
Color Harmonies of #DA1108
Complementary color
Monochromatic Colors of #DA1108
Black with #DA1108
Text Example
Text Example
White with #DA1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1108; }
p { color: rgb(218,17,8); }
H1.HeaderClassName
{
color: #DA1108;
}
.AnyTagClassName
{
color: #DA1108;
}
</style>
background-color css
<style>
a { background-color: #DA1108; }
a { background-color: rgb(218,17,8); }
div.DivClassName
{
background-color: #DA1108;
}
.BgClassName
{
background-color: #DA1108;
}
</style>
border-color css
<style>
span { border-color: #DA1108; }
span { border-color: rgb(218,17,8); }
td.TdClassName
{
border-color: #DA1108;
}
.TagClassName
{
border-color: #DA1108;
}
</style>