Shades of Free Speech Red #DB1002
Tints of Free Speech Red #DB1002
RGB
CMYK
RGB Variations
Color information
#DB1002 (or 0xDB1002) is known color: Free Speech Red. HEX triplet: DB, 10 and 02. RGB value is (219,16,2). Sum of RGB (Red+Green+Blue) = 219+16+2=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1002 is #24EFFD. Grayscale: #4B4B4B. Windows color (decimal): -2420734 or 135387. OLE color: 135387.
HSL color Cylindrical-coordinate representation of color #DB1002: hue angle of 3.87º 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 #DB1002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.14 |
| HSL | 3.87º | 0.98% | 0.43% | - |
| HSV(B) | 3.87º | 0.99% | 0.86% | - |
| XYZ | 29.41 | 15.44 | 1.49 | - |
| YUV | 75.1 | 86.75 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 2 | 0 | 0.93 | 0.99 | 0.14 | 3.87 | 0.98 | 0.43 |
| Hex | DB | 10 | 2 | 0 | 5D | 63 | E | 4 | 62 | 2B |
| Octal | 333 | 20 | 2 | 0 | 135 | 143 | 16 | 4 | 142 | 53 |
| Binary | 11011011 | 10000 | 10 | 0 | 1011101 | 1100011 | 1110 | 100 | 1100010 | 101011 |
Color Harmonies of #DB1002
Complementary color
Monochromatic Colors of #DB1002
Black with #DB1002
Text Example
Text Example
White with #DB1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1002; }
p { color: rgb(219,16,2); }
H1.HeaderClassName
{
color: #DB1002;
}
.AnyTagClassName
{
color: #DB1002;
}
</style>
background-color css
<style>
a { background-color: #DB1002; }
a { background-color: rgb(219,16,2); }
div.DivClassName
{
background-color: #DB1002;
}
.BgClassName
{
background-color: #DB1002;
}
</style>
border-color css
<style>
span { border-color: #DB1002; }
span { border-color: rgb(219,16,2); }
td.TdClassName
{
border-color: #DB1002;
}
.TagClassName
{
border-color: #DB1002;
}
</style>