Shades of Free Speech Red #DB0900
Tints of Free Speech Red #DB0900
RGB
CMYK
RGB Variations
Color information
#DB0900 (or 0xDB0900) is known color: Free Speech Red. HEX triplet: DB, 09 and 00. RGB value is (219,9,0). Sum of RGB (Red+Green+Blue) = 219+9+0=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0900 is #24F6FF. Grayscale: #474747. Windows color (decimal): -2422528 or 2523. OLE color: 2523.
HSL color Cylindrical-coordinate representation of color #DB0900: hue angle of 2.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.14 |
| HSL | 2.47º | 1% | 0.43% | - |
| HSV(B) | 2.47º | 1% | 0.86% | - |
| XYZ | 29.31 | 15.26 | 1.4 | - |
| YUV | 70.76 | 88.07 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 0 | 0 | 0.96 | 1 | 0.14 | 2.47 | 1 | 0.43 |
| Hex | DB | 9 | 0 | 0 | 60 | 64 | E | 2 | 64 | 2B |
| Octal | 333 | 11 | 0 | 0 | 140 | 144 | 16 | 2 | 144 | 53 |
| Binary | 11011011 | 1001 | 0 | 0 | 1100000 | 1100100 | 1110 | 10 | 1100100 | 101011 |
Color Harmonies of #DB0900
Complementary color
Monochromatic Colors of #DB0900
Black with #DB0900
Text Example
Text Example
White with #DB0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0900; }
p { color: rgb(219,9,0); }
H1.HeaderClassName
{
color: #DB0900;
}
.AnyTagClassName
{
color: #DB0900;
}
</style>
background-color css
<style>
a { background-color: #DB0900; }
a { background-color: rgb(219,9,0); }
div.DivClassName
{
background-color: #DB0900;
}
.BgClassName
{
background-color: #DB0900;
}
</style>
border-color css
<style>
span { border-color: #DB0900; }
span { border-color: rgb(219,9,0); }
td.TdClassName
{
border-color: #DB0900;
}
.TagClassName
{
border-color: #DB0900;
}
</style>