Shades of Free Speech Red #DB100F
Tints of Free Speech Red #DB100F
RGB
CMYK
RGB Variations
Color information
#DB100F (or 0xDB100F) is known color: Free Speech Red. HEX triplet: DB, 10 and 0F. RGB value is (219,16,15). Sum of RGB (Red+Green+Blue) = 219+16+15=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB100F is #24EFF0. Grayscale: #4C4C4C. Windows color (decimal): -2420721 or 987355. OLE color: 987355.
HSL color Cylindrical-coordinate representation of color #DB100F: hue angle of 0.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.14 |
| HSL | 0.29º | 0.87% | 0.46% | - |
| HSV(B) | 0.29º | 0.93% | 0.86% | - |
| XYZ | 29.48 | 15.47 | 1.88 | - |
| YUV | 76.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 15 | 0 | 0.93 | 0.93 | 0.14 | 0.29 | 0.87 | 0.46 |
| Hex | DB | 10 | F | 0 | 5D | 5D | E | 0 | 57 | 2E |
| Octal | 333 | 20 | 17 | 0 | 135 | 135 | 16 | 0 | 127 | 56 |
| Binary | 11011011 | 10000 | 1111 | 0 | 1011101 | 1011101 | 1110 | 0 | 1010111 | 101110 |
Color Harmonies of #DB100F
Complementary color
Monochromatic Colors of #DB100F
Black with #DB100F
Text Example
Text Example
White with #DB100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB100F; }
p { color: rgb(219,16,15); }
H1.HeaderClassName
{
color: #DB100F;
}
.AnyTagClassName
{
color: #DB100F;
}
</style>
background-color css
<style>
a { background-color: #DB100F; }
a { background-color: rgb(219,16,15); }
div.DivClassName
{
background-color: #DB100F;
}
.BgClassName
{
background-color: #DB100F;
}
</style>
border-color css
<style>
span { border-color: #DB100F; }
span { border-color: rgb(219,16,15); }
td.TdClassName
{
border-color: #DB100F;
}
.TagClassName
{
border-color: #DB100F;
}
</style>