Shades of Free Speech Red #DA100B
Tints of Free Speech Red #DA100B
RGB
CMYK
RGB Variations
Color information
#DA100B (or 0xDA100B) is known color: Free Speech Red. HEX triplet: DA, 10 and 0B. RGB value is (218,16,11). Sum of RGB (Red+Green+Blue) = 218+16+11=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA100B is #25EFF4. Grayscale: #4C4C4C. Windows color (decimal): -2486261 or 725210. OLE color: 725210.
HSL color Cylindrical-coordinate representation of color #DA100B: hue angle of 1.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA100B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.15 |
| HSL | 1.45º | 0.9% | 0.45% | - |
| HSV(B) | 1.45º | 0.95% | 0.85% | - |
| XYZ | 29.16 | 15.3 | 1.73 | - |
| YUV | 75.83 | 91.42 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 11 | 0 | 0.93 | 0.95 | 0.15 | 1.45 | 0.9 | 0.45 |
| Hex | DA | 10 | B | 0 | 5D | 5F | F | 1 | 5A | 2D |
| Octal | 332 | 20 | 13 | 0 | 135 | 137 | 17 | 1 | 132 | 55 |
| Binary | 11011010 | 10000 | 1011 | 0 | 1011101 | 1011111 | 1111 | 1 | 1011010 | 101101 |
Color Harmonies of #DA100B
Complementary color
Monochromatic Colors of #DA100B
Black with #DA100B
Text Example
Text Example
White with #DA100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA100B; }
p { color: rgb(218,16,11); }
H1.HeaderClassName
{
color: #DA100B;
}
.AnyTagClassName
{
color: #DA100B;
}
</style>
background-color css
<style>
a { background-color: #DA100B; }
a { background-color: rgb(218,16,11); }
div.DivClassName
{
background-color: #DA100B;
}
.BgClassName
{
background-color: #DA100B;
}
</style>
border-color css
<style>
span { border-color: #DA100B; }
span { border-color: rgb(218,16,11); }
td.TdClassName
{
border-color: #DA100B;
}
.TagClassName
{
border-color: #DA100B;
}
</style>