Shades of Free Speech Red #D41412
Tints of Free Speech Red #D41412
RGB
CMYK
RGB Variations
Color information
#D41412 (or 0xD41412) is known color: Free Speech Red. HEX triplet: D4, 14 and 12. RGB value is (212,20,18). Sum of RGB (Red+Green+Blue) = 212+20+18=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D41412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41412 is #2BEBED. Grayscale: #4D4D4D. Windows color (decimal): -2878446 or 1184980. OLE color: 1184980.
HSL color Cylindrical-coordinate representation of color #D41412: hue angle of 0.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.17 |
| HSL | 0.62º | 0.84% | 0.45% | - |
| HSV(B) | 0.62º | 0.92% | 0.83% | - |
| XYZ | 27.51 | 14.54 | 1.93 | - |
| YUV | 77.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 18 | 0 | 0.91 | 0.92 | 0.17 | 0.62 | 0.84 | 0.45 |
| Hex | D4 | 14 | 12 | 0 | 5B | 5C | 11 | 1 | 54 | 2D |
| Octal | 324 | 24 | 22 | 0 | 133 | 134 | 21 | 1 | 124 | 55 |
| Binary | 11010100 | 10100 | 10010 | 0 | 1011011 | 1011100 | 10001 | 1 | 1010100 | 101101 |
Color Harmonies of #D41412
Complementary color
Monochromatic Colors of #D41412
Black with #D41412
Text Example
Text Example
White with #D41412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41412; }
p { color: rgb(212,20,18); }
H1.HeaderClassName
{
color: #D41412;
}
.AnyTagClassName
{
color: #D41412;
}
</style>
background-color css
<style>
a { background-color: #D41412; }
a { background-color: rgb(212,20,18); }
div.DivClassName
{
background-color: #D41412;
}
.BgClassName
{
background-color: #D41412;
}
</style>
border-color css
<style>
span { border-color: #D41412; }
span { border-color: rgb(212,20,18); }
td.TdClassName
{
border-color: #D41412;
}
.TagClassName
{
border-color: #D41412;
}
</style>