Shades of Free Speech Red #DA140E
Tints of Free Speech Red #DA140E
RGB
CMYK
RGB Variations
Color information
#DA140E (or 0xDA140E) is known color: Free Speech Red. HEX triplet: DA, 14 and 0E. RGB value is (218,20,14). Sum of RGB (Red+Green+Blue) = 218+20+14=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA140E is #25EBF1. Grayscale: #4E4E4E. Windows color (decimal): -2485234 or 922842. OLE color: 922842.
HSL color Cylindrical-coordinate representation of color #DA140E: hue angle of 1.76º 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 #DA140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 1.76º | 0.88% | 0.45% | - |
| HSV(B) | 1.76º | 0.94% | 0.85% | - |
| XYZ | 29.24 | 15.44 | 1.85 | - |
| YUV | 78.52 | 91.6 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 14 | 0 | 0.91 | 0.94 | 0.15 | 1.76 | 0.88 | 0.45 |
| Hex | DA | 14 | E | 0 | 5B | 5E | F | 2 | 58 | 2D |
| Octal | 332 | 24 | 16 | 0 | 133 | 136 | 17 | 2 | 130 | 55 |
| Binary | 11011010 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011000 | 101101 |
Color Harmonies of #DA140E
Complementary color
Monochromatic Colors of #DA140E
Black with #DA140E
Text Example
Text Example
White with #DA140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA140E; }
p { color: rgb(218,20,14); }
H1.HeaderClassName
{
color: #DA140E;
}
.AnyTagClassName
{
color: #DA140E;
}
</style>
background-color css
<style>
a { background-color: #DA140E; }
a { background-color: rgb(218,20,14); }
div.DivClassName
{
background-color: #DA140E;
}
.BgClassName
{
background-color: #DA140E;
}
</style>
border-color css
<style>
span { border-color: #DA140E; }
span { border-color: rgb(218,20,14); }
td.TdClassName
{
border-color: #DA140E;
}
.TagClassName
{
border-color: #DA140E;
}
</style>