Shades of Free Speech Red #DB1401
Tints of Free Speech Red #DB1401
RGB
CMYK
RGB Variations
Color information
#DB1401 (or 0xDB1401) is known color: Free Speech Red. HEX triplet: DB, 14 and 01. RGB value is (219,20,1). Sum of RGB (Red+Green+Blue) = 219+20+1=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1401 is #24EBFE. Grayscale: #4D4D4D. Windows color (decimal): -2419711 or 70875. OLE color: 70875.
HSL color Cylindrical-coordinate representation of color #DB1401: hue angle of 5.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.14 |
| HSL | 5.23º | 0.99% | 0.43% | - |
| HSV(B) | 5.23º | 1% | 0.86% | - |
| XYZ | 29.47 | 15.56 | 1.48 | - |
| YUV | 77.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 1 | 0 | 0.91 | 1.00 | 0.14 | 5.23 | 0.99 | 0.43 |
| Hex | DB | 14 | 1 | 0 | 5B | 64 | E | 5 | 63 | 2B |
| Octal | 333 | 24 | 1 | 0 | 133 | 144 | 16 | 5 | 143 | 53 |
| Binary | 11011011 | 10100 | 1 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100011 | 101011 |
Color Harmonies of #DB1401
Complementary color
Monochromatic Colors of #DB1401
Black with #DB1401
Text Example
Text Example
White with #DB1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1401; }
p { color: rgb(219,20,1); }
H1.HeaderClassName
{
color: #DB1401;
}
.AnyTagClassName
{
color: #DB1401;
}
</style>
background-color css
<style>
a { background-color: #DB1401; }
a { background-color: rgb(219,20,1); }
div.DivClassName
{
background-color: #DB1401;
}
.BgClassName
{
background-color: #DB1401;
}
</style>
border-color css
<style>
span { border-color: #DB1401; }
span { border-color: rgb(219,20,1); }
td.TdClassName
{
border-color: #DB1401;
}
.TagClassName
{
border-color: #DB1401;
}
</style>