Shades of Free Speech Red #DB140F
Tints of Free Speech Red #DB140F
RGB
CMYK
RGB Variations
Color information
#DB140F (or 0xDB140F) is known color: Free Speech Red. HEX triplet: DB, 14 and 0F. RGB value is (219,20,15). Sum of RGB (Red+Green+Blue) = 219+20+15=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140F is #24EBF0. Grayscale: #4F4F4F. Windows color (decimal): -2419697 or 988379. OLE color: 988379.
HSL color Cylindrical-coordinate representation of color #DB140F: hue angle of 1.47º 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 #DB140F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.14 |
| HSL | 1.47º | 0.87% | 0.46% | - |
| HSV(B) | 1.47º | 0.93% | 0.86% | - |
| XYZ | 29.55 | 15.59 | 1.9 | - |
| YUV | 78.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 15 | 0 | 0.91 | 0.93 | 0.14 | 1.47 | 0.87 | 0.46 |
| Hex | DB | 14 | F | 0 | 5B | 5D | E | 1 | 57 | 2E |
| Octal | 333 | 24 | 17 | 0 | 133 | 135 | 16 | 1 | 127 | 56 |
| Binary | 11011011 | 10100 | 1111 | 0 | 1011011 | 1011101 | 1110 | 1 | 1010111 | 101110 |
Color Harmonies of #DB140F
Complementary color
Monochromatic Colors of #DB140F
Black with #DB140F
Text Example
Text Example
White with #DB140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB140F; }
p { color: rgb(219,20,15); }
H1.HeaderClassName
{
color: #DB140F;
}
.AnyTagClassName
{
color: #DB140F;
}
</style>
background-color css
<style>
a { background-color: #DB140F; }
a { background-color: rgb(219,20,15); }
div.DivClassName
{
background-color: #DB140F;
}
.BgClassName
{
background-color: #DB140F;
}
</style>
border-color css
<style>
span { border-color: #DB140F; }
span { border-color: rgb(219,20,15); }
td.TdClassName
{
border-color: #DB140F;
}
.TagClassName
{
border-color: #DB140F;
}
</style>