Shades of Free Speech Red #DB130C
Tints of Free Speech Red #DB130C
RGB
CMYK
RGB Variations
Color information
#DB130C (or 0xDB130C) is known color: Free Speech Red. HEX triplet: DB, 13 and 0C. RGB value is (219,19,12). Sum of RGB (Red+Green+Blue) = 219+19+12=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB130C is #24ECF3. Grayscale: #4E4E4E. Windows color (decimal): -2419956 or 791515. OLE color: 791515.
HSL color Cylindrical-coordinate representation of color #DB130C: hue angle of 2.03º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB130C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.14 |
| HSL | 2.03º | 0.9% | 0.45% | - |
| HSV(B) | 2.03º | 0.95% | 0.86% | - |
| XYZ | 29.51 | 15.55 | 1.79 | - |
| YUV | 78 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 12 | 0 | 0.91 | 0.95 | 0.14 | 2.03 | 0.9 | 0.45 |
| Hex | DB | 13 | C | 0 | 5B | 5F | E | 2 | 5A | 2D |
| Octal | 333 | 23 | 14 | 0 | 133 | 137 | 16 | 2 | 132 | 55 |
| Binary | 11011011 | 10011 | 1100 | 0 | 1011011 | 1011111 | 1110 | 10 | 1011010 | 101101 |
Color Harmonies of #DB130C
Complementary color
Monochromatic Colors of #DB130C
Black with #DB130C
Text Example
Text Example
White with #DB130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB130C; }
p { color: rgb(219,19,12); }
H1.HeaderClassName
{
color: #DB130C;
}
.AnyTagClassName
{
color: #DB130C;
}
</style>
background-color css
<style>
a { background-color: #DB130C; }
a { background-color: rgb(219,19,12); }
div.DivClassName
{
background-color: #DB130C;
}
.BgClassName
{
background-color: #DB130C;
}
</style>
border-color css
<style>
span { border-color: #DB130C; }
span { border-color: rgb(219,19,12); }
td.TdClassName
{
border-color: #DB130C;
}
.TagClassName
{
border-color: #DB130C;
}
</style>