Shades of Free Speech Red #DA110F
Tints of Free Speech Red #DA110F
RGB
CMYK
RGB Variations
Color information
#DA110F (or 0xDA110F) is known color: Free Speech Red. HEX triplet: DA, 11 and 0F. RGB value is (218,17,15). Sum of RGB (Red+Green+Blue) = 218+17+15=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA110F is #25EEF0. Grayscale: #4D4D4D. Windows color (decimal): -2486001 or 987610. OLE color: 987610.
HSL color Cylindrical-coordinate representation of color #DA110F: hue angle of 0.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA110F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.15 |
| HSL | 0.59º | 0.87% | 0.46% | - |
| HSV(B) | 0.59º | 0.93% | 0.85% | - |
| XYZ | 29.2 | 15.34 | 1.87 | - |
| YUV | 76.87 | 93.09 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 15 | 0 | 0.92 | 0.93 | 0.15 | 0.59 | 0.87 | 0.46 |
| Hex | DA | 11 | F | 0 | 5C | 5D | F | 1 | 57 | 2E |
| Octal | 332 | 21 | 17 | 0 | 134 | 135 | 17 | 1 | 127 | 56 |
| Binary | 11011010 | 10001 | 1111 | 0 | 1011100 | 1011101 | 1111 | 1 | 1010111 | 101110 |
Color Harmonies of #DA110F
Complementary color
Monochromatic Colors of #DA110F
Black with #DA110F
Text Example
Text Example
White with #DA110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA110F; }
p { color: rgb(218,17,15); }
H1.HeaderClassName
{
color: #DA110F;
}
.AnyTagClassName
{
color: #DA110F;
}
</style>
background-color css
<style>
a { background-color: #DA110F; }
a { background-color: rgb(218,17,15); }
div.DivClassName
{
background-color: #DA110F;
}
.BgClassName
{
background-color: #DA110F;
}
</style>
border-color css
<style>
span { border-color: #DA110F; }
span { border-color: rgb(218,17,15); }
td.TdClassName
{
border-color: #DA110F;
}
.TagClassName
{
border-color: #DA110F;
}
</style>