Shades of Free Speech Red #D4160B
Tints of Free Speech Red #D4160B
RGB
CMYK
RGB Variations
Color information
#D4160B (or 0xD4160B) is known color: Free Speech Red. HEX triplet: D4, 16 and 0B. RGB value is (212,22,11). Sum of RGB (Red+Green+Blue) = 212+22+11=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D4160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4160B is #2BE9F4. Grayscale: #4D4D4D. Windows color (decimal): -2877941 or 726740. OLE color: 726740.
HSL color Cylindrical-coordinate representation of color #D4160B: hue angle of 3.28º degrees, saturation: 0.9, 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 #D4160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.17 |
| HSL | 3.28º | 0.9% | 0.44% | - |
| HSV(B) | 3.28º | 0.95% | 0.83% | - |
| XYZ | 27.5 | 14.6 | 1.68 | - |
| YUV | 77.56 | 90.45 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 11 | 0 | 0.90 | 0.95 | 0.17 | 3.28 | 0.9 | 0.44 |
| Hex | D4 | 16 | B | 0 | 5A | 5F | 11 | 3 | 5A | 2C |
| Octal | 324 | 26 | 13 | 0 | 132 | 137 | 21 | 3 | 132 | 54 |
| Binary | 11010100 | 10110 | 1011 | 0 | 1011010 | 1011111 | 10001 | 11 | 1011010 | 101100 |
Color Harmonies of #D4160B
Complementary color
Monochromatic Colors of #D4160B
Black with #D4160B
Text Example
Text Example
White with #D4160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4160B; }
p { color: rgb(212,22,11); }
H1.HeaderClassName
{
color: #D4160B;
}
.AnyTagClassName
{
color: #D4160B;
}
</style>
background-color css
<style>
a { background-color: #D4160B; }
a { background-color: rgb(212,22,11); }
div.DivClassName
{
background-color: #D4160B;
}
.BgClassName
{
background-color: #D4160B;
}
</style>
border-color css
<style>
span { border-color: #D4160B; }
span { border-color: rgb(212,22,11); }
td.TdClassName
{
border-color: #D4160B;
}
.TagClassName
{
border-color: #D4160B;
}
</style>