Shades of Free Speech Red #DB0C04
Tints of Free Speech Red #DB0C04
RGB
CMYK
RGB Variations
Color information
#DB0C04 (or 0xDB0C04) is known color: Free Speech Red. HEX triplet: DB, 0C and 04. RGB value is (219,12,4). Sum of RGB (Red+Green+Blue) = 219+12+4=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0C04 is #24F3FB. Grayscale: #494949. Windows color (decimal): -2421756 or 265435. OLE color: 265435.
HSL color Cylindrical-coordinate representation of color #DB0C04: hue angle of 2.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.14 |
| HSL | 2.23º | 0.96% | 0.44% | - |
| HSV(B) | 2.23º | 0.98% | 0.86% | - |
| XYZ | 29.37 | 15.33 | 1.53 | - |
| YUV | 72.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 4 | 0 | 0.95 | 0.98 | 0.14 | 2.23 | 0.96 | 0.44 |
| Hex | DB | C | 4 | 0 | 5F | 62 | E | 2 | 60 | 2C |
| Octal | 333 | 14 | 4 | 0 | 137 | 142 | 16 | 2 | 140 | 54 |
| Binary | 11011011 | 1100 | 100 | 0 | 1011111 | 1100010 | 1110 | 10 | 1100000 | 101100 |
Color Harmonies of #DB0C04
Complementary color
Monochromatic Colors of #DB0C04
Black with #DB0C04
Text Example
Text Example
White with #DB0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C04; }
p { color: rgb(219,12,4); }
H1.HeaderClassName
{
color: #DB0C04;
}
.AnyTagClassName
{
color: #DB0C04;
}
</style>
background-color css
<style>
a { background-color: #DB0C04; }
a { background-color: rgb(219,12,4); }
div.DivClassName
{
background-color: #DB0C04;
}
.BgClassName
{
background-color: #DB0C04;
}
</style>
border-color css
<style>
span { border-color: #DB0C04; }
span { border-color: rgb(219,12,4); }
td.TdClassName
{
border-color: #DB0C04;
}
.TagClassName
{
border-color: #DB0C04;
}
</style>