Shades of Free Speech Red #DA1411
Tints of Free Speech Red #DA1411
RGB
CMYK
RGB Variations
Color information
#DA1411 (or 0xDA1411) is known color: Free Speech Red. HEX triplet: DA, 14 and 11. RGB value is (218,20,17). Sum of RGB (Red+Green+Blue) = 218+20+17=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1411 is #25EBEE. Grayscale: #4F4F4F. Windows color (decimal): -2485231 or 1119450. OLE color: 1119450.
HSL color Cylindrical-coordinate representation of color #DA1411: hue angle of 0.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1411 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.15 |
| HSL | 0.9º | 0.86% | 0.46% | - |
| HSV(B) | 0.9º | 0.92% | 0.85% | - |
| XYZ | 29.26 | 15.45 | 1.97 | - |
| YUV | 78.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 17 | 0 | 0.91 | 0.92 | 0.15 | 0.9 | 0.86 | 0.46 |
| Hex | DA | 14 | 11 | 0 | 5B | 5C | F | 1 | 56 | 2E |
| Octal | 332 | 24 | 21 | 0 | 133 | 134 | 17 | 1 | 126 | 56 |
| Binary | 11011010 | 10100 | 10001 | 0 | 1011011 | 1011100 | 1111 | 1 | 1010110 | 101110 |
Color Harmonies of #DA1411
Complementary color
Monochromatic Colors of #DA1411
Black with #DA1411
Text Example
Text Example
White with #DA1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1411; }
p { color: rgb(218,20,17); }
H1.HeaderClassName
{
color: #DA1411;
}
.AnyTagClassName
{
color: #DA1411;
}
</style>
background-color css
<style>
a { background-color: #DA1411; }
a { background-color: rgb(218,20,17); }
div.DivClassName
{
background-color: #DA1411;
}
.BgClassName
{
background-color: #DA1411;
}
</style>
border-color css
<style>
span { border-color: #DA1411; }
span { border-color: rgb(218,20,17); }
td.TdClassName
{
border-color: #DA1411;
}
.TagClassName
{
border-color: #DA1411;
}
</style>