Shades of Free Speech Red #D41504
Tints of Free Speech Red #D41504
RGB
CMYK
RGB Variations
Color information
#D41504 (or 0xD41504) is known color: Free Speech Red. HEX triplet: D4, 15 and 04. RGB value is (212,21,4). Sum of RGB (Red+Green+Blue) = 212+21+4=237 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.45% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 212 - color contains mainly: red. Hex color #D41504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41504 is #2BEAFB. Grayscale: #4C4C4C. Windows color (decimal): -2878204 or 267732. OLE color: 267732.
HSL color Cylindrical-coordinate representation of color #D41504: hue angle of 4.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D41504 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.17 |
| HSL | 4.9º | 0.96% | 0.42% | - |
| HSV(B) | 4.9º | 0.98% | 0.83% | - |
| XYZ | 27.44 | 14.54 | 1.48 | - |
| YUV | 76.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 4 | 0 | 0.90 | 0.98 | 0.17 | 4.9 | 0.96 | 0.42 |
| Hex | D4 | 15 | 4 | 0 | 5A | 62 | 11 | 5 | 60 | 2A |
| Octal | 324 | 25 | 4 | 0 | 132 | 142 | 21 | 5 | 140 | 52 |
| Binary | 11010100 | 10101 | 100 | 0 | 1011010 | 1100010 | 10001 | 101 | 1100000 | 101010 |
Color Harmonies of #D41504
Complementary color
Monochromatic Colors of #D41504
Black with #D41504
Text Example
Text Example
White with #D41504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41504; }
p { color: rgb(212,21,4); }
H1.HeaderClassName
{
color: #D41504;
}
.AnyTagClassName
{
color: #D41504;
}
</style>
background-color css
<style>
a { background-color: #D41504; }
a { background-color: rgb(212,21,4); }
div.DivClassName
{
background-color: #D41504;
}
.BgClassName
{
background-color: #D41504;
}
</style>
border-color css
<style>
span { border-color: #D41504; }
span { border-color: rgb(212,21,4); }
td.TdClassName
{
border-color: #D41504;
}
.TagClassName
{
border-color: #D41504;
}
</style>