Shades of Free Speech Red #D21412
Tints of Free Speech Red #D21412
RGB
CMYK
RGB Variations
Color information
#D21412 (or 0xD21412) is known color: Free Speech Red. HEX triplet: D2, 14 and 12. RGB value is (210,20,18). Sum of RGB (Red+Green+Blue) = 210+20+18=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21412 is #2DEBED. Grayscale: #4C4C4C. Windows color (decimal): -3009518 or 1184978. OLE color: 1184978.
HSL color Cylindrical-coordinate representation of color #D21412: hue angle of 0.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21412 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 18 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.18 |
| HSL | 0.63º | 0.84% | 0.45% | - |
| HSV(B) | 0.63º | 0.91% | 0.82% | - |
| XYZ | 26.94 | 14.25 | 1.9 | - |
| YUV | 76.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 18 | 0 | 0.90 | 0.91 | 0.18 | 0.63 | 0.84 | 0.45 |
| Hex | D2 | 14 | 12 | 0 | 5A | 5B | 12 | 1 | 54 | 2D |
| Octal | 322 | 24 | 22 | 0 | 132 | 133 | 22 | 1 | 124 | 55 |
| Binary | 11010010 | 10100 | 10010 | 0 | 1011010 | 1011011 | 10010 | 1 | 1010100 | 101101 |
Color Harmonies of #D21412
Complementary color
Monochromatic Colors of #D21412
Black with #D21412
Text Example
Text Example
White with #D21412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21412; }
p { color: rgb(210,20,18); }
H1.HeaderClassName
{
color: #D21412;
}
.AnyTagClassName
{
color: #D21412;
}
</style>
background-color css
<style>
a { background-color: #D21412; }
a { background-color: rgb(210,20,18); }
div.DivClassName
{
background-color: #D21412;
}
.BgClassName
{
background-color: #D21412;
}
</style>
border-color css
<style>
span { border-color: #D21412; }
span { border-color: rgb(210,20,18); }
td.TdClassName
{
border-color: #D21412;
}
.TagClassName
{
border-color: #D21412;
}
</style>