Shades of Free Speech Red #DB1403
Tints of Free Speech Red #DB1403
RGB
CMYK
RGB Variations
Color information
#DB1403 (or 0xDB1403) is known color: Free Speech Red. HEX triplet: DB, 14 and 03. RGB value is (219,20,3). Sum of RGB (Red+Green+Blue) = 219+20+3=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1403 is #24EBFC. Grayscale: #4D4D4D. Windows color (decimal): -2419709 or 201947. OLE color: 201947.
HSL color Cylindrical-coordinate representation of color #DB1403: hue angle of 4.72º 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 #DB1403 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.14 |
| HSL | 4.72º | 0.97% | 0.44% | - |
| HSV(B) | 4.72º | 0.99% | 0.86% | - |
| XYZ | 29.48 | 15.57 | 1.54 | - |
| YUV | 77.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 3 | 0 | 0.91 | 0.99 | 0.14 | 4.72 | 0.97 | 0.44 |
| Hex | DB | 14 | 3 | 0 | 5B | 63 | E | 5 | 61 | 2C |
| Octal | 333 | 24 | 3 | 0 | 133 | 143 | 16 | 5 | 141 | 54 |
| Binary | 11011011 | 10100 | 11 | 0 | 1011011 | 1100011 | 1110 | 101 | 1100001 | 101100 |
Color Harmonies of #DB1403
Complementary color
Monochromatic Colors of #DB1403
Black with #DB1403
Text Example
Text Example
White with #DB1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1403; }
p { color: rgb(219,20,3); }
H1.HeaderClassName
{
color: #DB1403;
}
.AnyTagClassName
{
color: #DB1403;
}
</style>
background-color css
<style>
a { background-color: #DB1403; }
a { background-color: rgb(219,20,3); }
div.DivClassName
{
background-color: #DB1403;
}
.BgClassName
{
background-color: #DB1403;
}
</style>
border-color css
<style>
span { border-color: #DB1403; }
span { border-color: rgb(219,20,3); }
td.TdClassName
{
border-color: #DB1403;
}
.TagClassName
{
border-color: #DB1403;
}
</style>