Shades of Free Speech Red #DB0A02
Tints of Free Speech Red #DB0A02
RGB
CMYK
RGB Variations
Color information
#DB0A02 (or 0xDB0A02) is known color: Free Speech Red. HEX triplet: DB, 0A and 02. RGB value is (219,10,2). Sum of RGB (Red+Green+Blue) = 219+10+2=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0A02 is #24F5FD. Grayscale: #474747. Windows color (decimal): -2422270 or 133851. OLE color: 133851.
HSL color Cylindrical-coordinate representation of color #DB0A02: hue angle of 2.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0A02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.14 |
| HSL | 2.21º | 0.98% | 0.43% | - |
| HSV(B) | 2.21º | 0.99% | 0.86% | - |
| XYZ | 29.33 | 15.28 | 1.46 | - |
| YUV | 71.58 | 88.74 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 2 | 0 | 0.95 | 0.99 | 0.14 | 2.21 | 0.98 | 0.43 |
| Hex | DB | A | 2 | 0 | 5F | 63 | E | 2 | 62 | 2B |
| Octal | 333 | 12 | 2 | 0 | 137 | 143 | 16 | 2 | 142 | 53 |
| Binary | 11011011 | 1010 | 10 | 0 | 1011111 | 1100011 | 1110 | 10 | 1100010 | 101011 |
Color Harmonies of #DB0A02
Complementary color
Monochromatic Colors of #DB0A02
Black with #DB0A02
Text Example
Text Example
White with #DB0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0A02; }
p { color: rgb(219,10,2); }
H1.HeaderClassName
{
color: #DB0A02;
}
.AnyTagClassName
{
color: #DB0A02;
}
</style>
background-color css
<style>
a { background-color: #DB0A02; }
a { background-color: rgb(219,10,2); }
div.DivClassName
{
background-color: #DB0A02;
}
.BgClassName
{
background-color: #DB0A02;
}
</style>
border-color css
<style>
span { border-color: #DB0A02; }
span { border-color: rgb(219,10,2); }
td.TdClassName
{
border-color: #DB0A02;
}
.TagClassName
{
border-color: #DB0A02;
}
</style>