Shades of Free Speech Red #DB0903
Tints of Free Speech Red #DB0903
RGB
CMYK
RGB Variations
Color information
#DB0903 (or 0xDB0903) is known color: Free Speech Red. HEX triplet: DB, 09 and 03. RGB value is (219,9,3). Sum of RGB (Red+Green+Blue) = 219+9+3=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0903 is #24F6FC. Grayscale: #474747. Windows color (decimal): -2422525 or 199131. OLE color: 199131.
HSL color Cylindrical-coordinate representation of color #DB0903: hue angle of 1.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.14 |
| HSL | 1.67º | 0.97% | 0.44% | - |
| HSV(B) | 1.67º | 0.99% | 0.86% | - |
| XYZ | 29.33 | 15.26 | 1.49 | - |
| YUV | 71.11 | 89.57 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 3 | 0 | 0.96 | 0.99 | 0.14 | 1.67 | 0.97 | 0.44 |
| Hex | DB | 9 | 3 | 0 | 60 | 63 | E | 2 | 61 | 2C |
| Octal | 333 | 11 | 3 | 0 | 140 | 143 | 16 | 2 | 141 | 54 |
| Binary | 11011011 | 1001 | 11 | 0 | 1100000 | 1100011 | 1110 | 10 | 1100001 | 101100 |
Color Harmonies of #DB0903
Complementary color
Monochromatic Colors of #DB0903
Black with #DB0903
Text Example
Text Example
White with #DB0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0903; }
p { color: rgb(219,9,3); }
H1.HeaderClassName
{
color: #DB0903;
}
.AnyTagClassName
{
color: #DB0903;
}
</style>
background-color css
<style>
a { background-color: #DB0903; }
a { background-color: rgb(219,9,3); }
div.DivClassName
{
background-color: #DB0903;
}
.BgClassName
{
background-color: #DB0903;
}
</style>
border-color css
<style>
span { border-color: #DB0903; }
span { border-color: rgb(219,9,3); }
td.TdClassName
{
border-color: #DB0903;
}
.TagClassName
{
border-color: #DB0903;
}
</style>