Shades of Free Speech Red #D4160A
Tints of Free Speech Red #D4160A
RGB
CMYK
RGB Variations
Color information
#D4160A (or 0xD4160A) is known color: Free Speech Red. HEX triplet: D4, 16 and 0A. RGB value is (212,22,10). Sum of RGB (Red+Green+Blue) = 212+22+10=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4160A is #2BE9F5. Grayscale: #4D4D4D. Windows color (decimal): -2877942 or 661204. OLE color: 661204.
HSL color Cylindrical-coordinate representation of color #D4160A: hue angle of 3.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4160A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.17 |
| HSL | 3.56º | 0.91% | 0.44% | - |
| HSV(B) | 3.56º | 0.95% | 0.83% | - |
| XYZ | 27.49 | 14.59 | 1.65 | - |
| YUV | 77.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 10 | 0 | 0.90 | 0.95 | 0.17 | 3.56 | 0.91 | 0.44 |
| Hex | D4 | 16 | A | 0 | 5A | 5F | 11 | 4 | 5B | 2C |
| Octal | 324 | 26 | 12 | 0 | 132 | 137 | 21 | 4 | 133 | 54 |
| Binary | 11010100 | 10110 | 1010 | 0 | 1011010 | 1011111 | 10001 | 100 | 1011011 | 101100 |
Color Harmonies of #D4160A
Complementary color
Monochromatic Colors of #D4160A
Black with #D4160A
Text Example
Text Example
White with #D4160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4160A; }
p { color: rgb(212,22,10); }
H1.HeaderClassName
{
color: #D4160A;
}
.AnyTagClassName
{
color: #D4160A;
}
</style>
background-color css
<style>
a { background-color: #D4160A; }
a { background-color: rgb(212,22,10); }
div.DivClassName
{
background-color: #D4160A;
}
.BgClassName
{
background-color: #D4160A;
}
</style>
border-color css
<style>
span { border-color: #D4160A; }
span { border-color: rgb(212,22,10); }
td.TdClassName
{
border-color: #D4160A;
}
.TagClassName
{
border-color: #D4160A;
}
</style>