Shades of Free Speech Red #DC140E
Tints of Free Speech Red #DC140E
RGB
CMYK
RGB Variations
Color information
#DC140E (or 0xDC140E) is known color: Free Speech Red. HEX triplet: DC, 14 and 0E. RGB value is (220,20,14). Sum of RGB (Red+Green+Blue) = 220+20+14=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC140E is #23EBF1. Grayscale: #4F4F4F. Windows color (decimal): -2354162 or 922844. OLE color: 922844.
HSL color Cylindrical-coordinate representation of color #DC140E: hue angle of 1.75º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.14 |
| HSL | 1.75º | 0.88% | 0.46% | - |
| HSV(B) | 1.75º | 0.94% | 0.86% | - |
| XYZ | 29.84 | 15.75 | 1.88 | - |
| YUV | 79.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 14 | 0 | 0.91 | 0.94 | 0.14 | 1.75 | 0.88 | 0.46 |
| Hex | DC | 14 | E | 0 | 5B | 5E | E | 2 | 58 | 2E |
| Octal | 334 | 24 | 16 | 0 | 133 | 136 | 16 | 2 | 130 | 56 |
| Binary | 11011100 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1110 | 10 | 1011000 | 101110 |
Color Harmonies of #DC140E
Complementary color
Monochromatic Colors of #DC140E
Black with #DC140E
Text Example
Text Example
White with #DC140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC140E; }
p { color: rgb(220,20,14); }
H1.HeaderClassName
{
color: #DC140E;
}
.AnyTagClassName
{
color: #DC140E;
}
</style>
background-color css
<style>
a { background-color: #DC140E; }
a { background-color: rgb(220,20,14); }
div.DivClassName
{
background-color: #DC140E;
}
.BgClassName
{
background-color: #DC140E;
}
</style>
border-color css
<style>
span { border-color: #DC140E; }
span { border-color: rgb(220,20,14); }
td.TdClassName
{
border-color: #DC140E;
}
.TagClassName
{
border-color: #DC140E;
}
</style>