Shades of Free Speech Red #DB1102
Tints of Free Speech Red #DB1102
RGB
CMYK
RGB Variations
Color information
#DB1102 (or 0xDB1102) is known color: Free Speech Red. HEX triplet: DB, 11 and 02. RGB value is (219,17,2). Sum of RGB (Red+Green+Blue) = 219+17+2=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1102 is #24EEFD. Grayscale: #4B4B4B. Windows color (decimal): -2420478 or 135643. OLE color: 135643.
HSL color Cylindrical-coordinate representation of color #DB1102: hue angle of 4.15º 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 #DB1102 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.14 |
| HSL | 4.15º | 0.98% | 0.43% | - |
| HSV(B) | 4.15º | 0.99% | 0.86% | - |
| XYZ | 29.42 | 15.47 | 1.49 | - |
| YUV | 75.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 2 | 0 | 0.92 | 0.99 | 0.14 | 4.15 | 0.98 | 0.43 |
| Hex | DB | 11 | 2 | 0 | 5C | 63 | E | 4 | 62 | 2B |
| Octal | 333 | 21 | 2 | 0 | 134 | 143 | 16 | 4 | 142 | 53 |
| Binary | 11011011 | 10001 | 10 | 0 | 1011100 | 1100011 | 1110 | 100 | 1100010 | 101011 |
Color Harmonies of #DB1102
Complementary color
Monochromatic Colors of #DB1102
Black with #DB1102
Text Example
Text Example
White with #DB1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1102; }
p { color: rgb(219,17,2); }
H1.HeaderClassName
{
color: #DB1102;
}
.AnyTagClassName
{
color: #DB1102;
}
</style>
background-color css
<style>
a { background-color: #DB1102; }
a { background-color: rgb(219,17,2); }
div.DivClassName
{
background-color: #DB1102;
}
.BgClassName
{
background-color: #DB1102;
}
</style>
border-color css
<style>
span { border-color: #DB1102; }
span { border-color: rgb(219,17,2); }
td.TdClassName
{
border-color: #DB1102;
}
.TagClassName
{
border-color: #DB1102;
}
</style>