Shades of Free Speech Red #D51412
Tints of Free Speech Red #D51412
RGB
CMYK
RGB Variations
Color information
#D51412 (or 0xD51412) is known color: Free Speech Red. HEX triplet: D5, 14 and 12. RGB value is (213,20,18). Sum of RGB (Red+Green+Blue) = 213+20+18=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D51412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51412 is #2AEBED. Grayscale: #4D4D4D. Windows color (decimal): -2812910 or 1184981. OLE color: 1184981.
HSL color Cylindrical-coordinate representation of color #D51412: hue angle of 0.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.16 |
| HSL | 0.62º | 0.84% | 0.45% | - |
| HSV(B) | 0.62º | 0.92% | 0.84% | - |
| XYZ | 27.8 | 14.69 | 1.94 | - |
| YUV | 77.48 | 94.44 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 18 | 0 | 0.91 | 0.92 | 0.16 | 0.62 | 0.84 | 0.45 |
| Hex | D5 | 14 | 12 | 0 | 5B | 5C | 10 | 1 | 54 | 2D |
| Octal | 325 | 24 | 22 | 0 | 133 | 134 | 20 | 1 | 124 | 55 |
| Binary | 11010101 | 10100 | 10010 | 0 | 1011011 | 1011100 | 10000 | 1 | 1010100 | 101101 |
Color Harmonies of #D51412
Complementary color
Monochromatic Colors of #D51412
Black with #D51412
Text Example
Text Example
White with #D51412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51412; }
p { color: rgb(213,20,18); }
H1.HeaderClassName
{
color: #D51412;
}
.AnyTagClassName
{
color: #D51412;
}
</style>
background-color css
<style>
a { background-color: #D51412; }
a { background-color: rgb(213,20,18); }
div.DivClassName
{
background-color: #D51412;
}
.BgClassName
{
background-color: #D51412;
}
</style>
border-color css
<style>
span { border-color: #D51412; }
span { border-color: rgb(213,20,18); }
td.TdClassName
{
border-color: #D51412;
}
.TagClassName
{
border-color: #D51412;
}
</style>