Shades of Free Speech Red #D40804
Tints of Free Speech Red #D40804
RGB
CMYK
RGB Variations
Color information
#D40804 (or 0xD40804) is known color: Free Speech Red. HEX triplet: D4, 08 and 04. RGB value is (212,8,4). Sum of RGB (Red+Green+Blue) = 212+8+4=224 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.64% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 212 - color contains mainly: red. Hex color #D40804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40804 is #2BF7FB. Grayscale: #444444. Windows color (decimal): -2881532 or 264404. OLE color: 264404.
HSL color Cylindrical-coordinate representation of color #D40804: hue angle of 1.15º 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 #D40804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.17 |
| HSL | 1.15º | 0.96% | 0.42% | - |
| HSV(B) | 1.15º | 0.98% | 0.83% | - |
| XYZ | 27.26 | 14.18 | 1.42 | - |
| YUV | 68.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 4 | 0 | 0.96 | 0.98 | 0.17 | 1.15 | 0.96 | 0.42 |
| Hex | D4 | 8 | 4 | 0 | 60 | 62 | 11 | 1 | 60 | 2A |
| Octal | 324 | 10 | 4 | 0 | 140 | 142 | 21 | 1 | 140 | 52 |
| Binary | 11010100 | 1000 | 100 | 0 | 1100000 | 1100010 | 10001 | 1 | 1100000 | 101010 |
Color Harmonies of #D40804
Complementary color
Monochromatic Colors of #D40804
Black with #D40804
Text Example
Text Example
White with #D40804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40804; }
p { color: rgb(212,8,4); }
H1.HeaderClassName
{
color: #D40804;
}
.AnyTagClassName
{
color: #D40804;
}
</style>
background-color css
<style>
a { background-color: #D40804; }
a { background-color: rgb(212,8,4); }
div.DivClassName
{
background-color: #D40804;
}
.BgClassName
{
background-color: #D40804;
}
</style>
border-color css
<style>
span { border-color: #D40804; }
span { border-color: rgb(212,8,4); }
td.TdClassName
{
border-color: #D40804;
}
.TagClassName
{
border-color: #D40804;
}
</style>