Shades of Free Speech Red #D00400
Tints of Free Speech Red #D00400
RGB
CMYK
RGB Variations
Color information
#D00400 (or 0xD00400) is known color: Free Speech Red. HEX triplet: D0, 04 and 00. RGB value is (208,4,0). Sum of RGB (Red+Green+Blue) = 208+4+0=212 (28% of max value = 765). Red value is 208 (81.64% from 255 or 98.11% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 208 - color contains mainly: red. Hex color #D00400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00400 is #2FFBFF. Grayscale: #404040. Windows color (decimal): -3144704 or 1232. OLE color: 1232.
HSL color Cylindrical-coordinate representation of color #D00400: hue angle of 1.15º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.18 |
| HSL | 1.15º | 1% | 0.41% | - |
| HSV(B) | 1.15º | 1% | 0.82% | - |
| XYZ | 26.06 | 13.5 | 1.23 | - |
| YUV | 64.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 0 | 0 | 0.98 | 1 | 0.18 | 1.15 | 1 | 0.41 |
| Hex | D0 | 4 | 0 | 0 | 62 | 64 | 12 | 1 | 64 | 29 |
| Octal | 320 | 4 | 0 | 0 | 142 | 144 | 22 | 1 | 144 | 51 |
| Binary | 11010000 | 100 | 0 | 0 | 1100010 | 1100100 | 10010 | 1 | 1100100 | 101001 |
Color Harmonies of #D00400
Complementary color
Monochromatic Colors of #D00400
Black with #D00400
Text Example
Text Example
White with #D00400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00400; }
p { color: rgb(208,4,0); }
H1.HeaderClassName
{
color: #D00400;
}
.AnyTagClassName
{
color: #D00400;
}
</style>
background-color css
<style>
a { background-color: #D00400; }
a { background-color: rgb(208,4,0); }
div.DivClassName
{
background-color: #D00400;
}
.BgClassName
{
background-color: #D00400;
}
</style>
border-color css
<style>
span { border-color: #D00400; }
span { border-color: rgb(208,4,0); }
td.TdClassName
{
border-color: #D00400;
}
.TagClassName
{
border-color: #D00400;
}
</style>