Shades of Free Speech Red #D4100D
Tints of Free Speech Red #D4100D
RGB
CMYK
RGB Variations
Color information
#D4100D (or 0xD4100D) is known color: Free Speech Red. HEX triplet: D4, 10 and 0D. RGB value is (212,16,13). Sum of RGB (Red+Green+Blue) = 212+16+13=241 (31% of max value = 765). Red value is 212 (83.20% from 255 or 87.97% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 212 - color contains mainly: red. Hex color #D4100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4100D is #2BEFF2. Grayscale: #4A4A4A. Windows color (decimal): -2879475 or 856276. OLE color: 856276.
HSL color Cylindrical-coordinate representation of color #D4100D: hue angle of 0.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.17 |
| HSL | 0.9º | 0.88% | 0.44% | - |
| HSV(B) | 0.9º | 0.94% | 0.83% | - |
| XYZ | 27.41 | 14.4 | 1.71 | - |
| YUV | 74.26 | 93.43 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 13 | 0 | 0.92 | 0.94 | 0.17 | 0.9 | 0.88 | 0.44 |
| Hex | D4 | 10 | D | 0 | 5C | 5E | 11 | 1 | 58 | 2C |
| Octal | 324 | 20 | 15 | 0 | 134 | 136 | 21 | 1 | 130 | 54 |
| Binary | 11010100 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10001 | 1 | 1011000 | 101100 |
Color Harmonies of #D4100D
Complementary color
Monochromatic Colors of #D4100D
Black with #D4100D
Text Example
Text Example
White with #D4100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4100D; }
p { color: rgb(212,16,13); }
H1.HeaderClassName
{
color: #D4100D;
}
.AnyTagClassName
{
color: #D4100D;
}
</style>
background-color css
<style>
a { background-color: #D4100D; }
a { background-color: rgb(212,16,13); }
div.DivClassName
{
background-color: #D4100D;
}
.BgClassName
{
background-color: #D4100D;
}
</style>
border-color css
<style>
span { border-color: #D4100D; }
span { border-color: rgb(212,16,13); }
td.TdClassName
{
border-color: #D4100D;
}
.TagClassName
{
border-color: #D4100D;
}
</style>