Shades of Free Speech Red #D4150D
Tints of Free Speech Red #D4150D
RGB
CMYK
RGB Variations
Color information
#D4150D (or 0xD4150D) is known color: Free Speech Red. HEX triplet: D4, 15 and 0D. RGB value is (212,21,13). Sum of RGB (Red+Green+Blue) = 212+21+13=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D4150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4150D is #2BEAF2. Grayscale: #4D4D4D. Windows color (decimal): -2878195 or 857556. OLE color: 857556.
HSL color Cylindrical-coordinate representation of color #D4150D: hue angle of 2.41º 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 #D4150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.17 |
| HSL | 2.41º | 0.88% | 0.44% | - |
| HSV(B) | 2.41º | 0.94% | 0.83% | - |
| XYZ | 27.49 | 14.56 | 1.74 | - |
| YUV | 77.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 13 | 0 | 0.90 | 0.94 | 0.17 | 2.41 | 0.88 | 0.44 |
| Hex | D4 | 15 | D | 0 | 5A | 5E | 11 | 2 | 58 | 2C |
| Octal | 324 | 25 | 15 | 0 | 132 | 136 | 21 | 2 | 130 | 54 |
| Binary | 11010100 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10001 | 10 | 1011000 | 101100 |
Color Harmonies of #D4150D
Complementary color
Monochromatic Colors of #D4150D
Black with #D4150D
Text Example
Text Example
White with #D4150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4150D; }
p { color: rgb(212,21,13); }
H1.HeaderClassName
{
color: #D4150D;
}
.AnyTagClassName
{
color: #D4150D;
}
</style>
background-color css
<style>
a { background-color: #D4150D; }
a { background-color: rgb(212,21,13); }
div.DivClassName
{
background-color: #D4150D;
}
.BgClassName
{
background-color: #D4150D;
}
</style>
border-color css
<style>
span { border-color: #D4150D; }
span { border-color: rgb(212,21,13); }
td.TdClassName
{
border-color: #D4150D;
}
.TagClassName
{
border-color: #D4150D;
}
</style>