Shades of Free Speech Red #DB0201
Tints of Free Speech Red #DB0201
RGB
CMYK
RGB Variations
Color information
#DB0201 (or 0xDB0201) is known color: Free Speech Red. HEX triplet: DB, 02 and 01. RGB value is (219,2,1). Sum of RGB (Red+Green+Blue) = 219+2+1=222 (29% of max value = 765). Red value is 219 (85.94% from 255 or 98.65% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0201 is #24FDFE. Grayscale: #424242. Windows color (decimal): -2424319 or 66267. OLE color: 66267.
HSL color Cylindrical-coordinate representation of color #DB0201: hue angle of 0.28º 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 #DB0201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.14 |
| HSL | 0.28º | 0.99% | 0.43% | - |
| HSV(B) | 0.28º | 1% | 0.86% | - |
| XYZ | 29.24 | 15.11 | 1.4 | - |
| YUV | 66.77 | 90.89 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 1 | 0 | 0.99 | 1.00 | 0.14 | 0.28 | 0.99 | 0.43 |
| Hex | DB | 2 | 1 | 0 | 63 | 64 | E | 0 | 63 | 2B |
| Octal | 333 | 2 | 1 | 0 | 143 | 144 | 16 | 0 | 143 | 53 |
| Binary | 11011011 | 10 | 1 | 0 | 1100011 | 1100100 | 1110 | 0 | 1100011 | 101011 |
Color Harmonies of #DB0201
Complementary color
Monochromatic Colors of #DB0201
Black with #DB0201
Text Example
Text Example
White with #DB0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0201; }
p { color: rgb(219,2,1); }
H1.HeaderClassName
{
color: #DB0201;
}
.AnyTagClassName
{
color: #DB0201;
}
</style>
background-color css
<style>
a { background-color: #DB0201; }
a { background-color: rgb(219,2,1); }
div.DivClassName
{
background-color: #DB0201;
}
.BgClassName
{
background-color: #DB0201;
}
</style>
border-color css
<style>
span { border-color: #DB0201; }
span { border-color: rgb(219,2,1); }
td.TdClassName
{
border-color: #DB0201;
}
.TagClassName
{
border-color: #DB0201;
}
</style>