Shades of Free Speech Red #D81212
Tints of Free Speech Red #D81212
RGB
CMYK
RGB Variations
Color information
#D81212 (or 0xD81212) is known color: Free Speech Red. HEX triplet: D8, 12 and 12. RGB value is (216,18,18). Sum of RGB (Red+Green+Blue) = 216+18+18=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D81212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81212 is #27EDED. Grayscale: #4D4D4D. Windows color (decimal): -2616814 or 1184472. OLE color: 1184472.
HSL color Cylindrical-coordinate representation of color #D81212: hue angle of 0º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81212 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.15 |
| HSL | 0º | 0.85% | 0.46% | - |
| HSV(B) | 0º | 0.92% | 0.85% | - |
| XYZ | 28.64 | 15.08 | 1.97 | - |
| YUV | 77.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 18 | 0 | 0.92 | 0.92 | 0.15 | 0 | 0.85 | 0.46 |
| Hex | D8 | 12 | 12 | 0 | 5C | 5C | F | 0 | 55 | 2E |
| Octal | 330 | 22 | 22 | 0 | 134 | 134 | 17 | 0 | 125 | 56 |
| Binary | 11011000 | 10010 | 10010 | 0 | 1011100 | 1011100 | 1111 | 0 | 1010101 | 101110 |
Color Harmonies of #D81212
Complementary color
Monochromatic Colors of #D81212
Black with #D81212
Text Example
Text Example
White with #D81212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81212; }
p { color: rgb(216,18,18); }
H1.HeaderClassName
{
color: #D81212;
}
.AnyTagClassName
{
color: #D81212;
}
</style>
background-color css
<style>
a { background-color: #D81212; }
a { background-color: rgb(216,18,18); }
div.DivClassName
{
background-color: #D81212;
}
.BgClassName
{
background-color: #D81212;
}
</style>
border-color css
<style>
span { border-color: #D81212; }
span { border-color: rgb(216,18,18); }
td.TdClassName
{
border-color: #D81212;
}
.TagClassName
{
border-color: #D81212;
}
</style>