Shades of Free Speech Red #DA120E
Tints of Free Speech Red #DA120E
RGB
CMYK
RGB Variations
Color information
#DA120E (or 0xDA120E) is known color: Free Speech Red. HEX triplet: DA, 12 and 0E. RGB value is (218,18,14). Sum of RGB (Red+Green+Blue) = 218+18+14=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA120E is #25EDF1. Grayscale: #4D4D4D. Windows color (decimal): -2485746 or 922330. OLE color: 922330.
HSL color Cylindrical-coordinate representation of color #DA120E: hue angle of 1.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA120E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.15 |
| HSL | 1.18º | 0.88% | 0.45% | - |
| HSV(B) | 1.18º | 0.94% | 0.85% | - |
| XYZ | 29.21 | 15.37 | 1.84 | - |
| YUV | 77.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 14 | 0 | 0.92 | 0.94 | 0.15 | 1.18 | 0.88 | 0.45 |
| Hex | DA | 12 | E | 0 | 5C | 5E | F | 1 | 58 | 2D |
| Octal | 332 | 22 | 16 | 0 | 134 | 136 | 17 | 1 | 130 | 55 |
| Binary | 11011010 | 10010 | 1110 | 0 | 1011100 | 1011110 | 1111 | 1 | 1011000 | 101101 |
Color Harmonies of #DA120E
Complementary color
Monochromatic Colors of #DA120E
Black with #DA120E
Text Example
Text Example
White with #DA120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA120E; }
p { color: rgb(218,18,14); }
H1.HeaderClassName
{
color: #DA120E;
}
.AnyTagClassName
{
color: #DA120E;
}
</style>
background-color css
<style>
a { background-color: #DA120E; }
a { background-color: rgb(218,18,14); }
div.DivClassName
{
background-color: #DA120E;
}
.BgClassName
{
background-color: #DA120E;
}
</style>
border-color css
<style>
span { border-color: #DA120E; }
span { border-color: rgb(218,18,14); }
td.TdClassName
{
border-color: #DA120E;
}
.TagClassName
{
border-color: #DA120E;
}
</style>