Shades of Free Speech Red #D40900
Tints of Free Speech Red #D40900
RGB
CMYK
RGB Variations
Color information
#D40900 (or 0xD40900) is known color: Free Speech Red. HEX triplet: D4, 09 and 00. RGB value is (212,9,0). Sum of RGB (Red+Green+Blue) = 212+9+0=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40900 is #2BF6FF. Grayscale: #444444. Windows color (decimal): -2881280 or 2516. OLE color: 2516.
HSL color Cylindrical-coordinate representation of color #D40900: hue angle of 2.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.17 |
| HSL | 2.55º | 1% | 0.42% | - |
| HSV(B) | 2.55º | 1% | 0.83% | - |
| XYZ | 27.25 | 14.19 | 1.3 | - |
| YUV | 68.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 0 | 0 | 0.96 | 1 | 0.17 | 2.55 | 1 | 0.42 |
| Hex | D4 | 9 | 0 | 0 | 60 | 64 | 11 | 3 | 64 | 2A |
| Octal | 324 | 11 | 0 | 0 | 140 | 144 | 21 | 3 | 144 | 52 |
| Binary | 11010100 | 1001 | 0 | 0 | 1100000 | 1100100 | 10001 | 11 | 1100100 | 101010 |
Color Harmonies of #D40900
Complementary color
Monochromatic Colors of #D40900
Black with #D40900
Text Example
Text Example
White with #D40900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40900; }
p { color: rgb(212,9,0); }
H1.HeaderClassName
{
color: #D40900;
}
.AnyTagClassName
{
color: #D40900;
}
</style>
background-color css
<style>
a { background-color: #D40900; }
a { background-color: rgb(212,9,0); }
div.DivClassName
{
background-color: #D40900;
}
.BgClassName
{
background-color: #D40900;
}
</style>
border-color css
<style>
span { border-color: #D40900; }
span { border-color: rgb(212,9,0); }
td.TdClassName
{
border-color: #D40900;
}
.TagClassName
{
border-color: #D40900;
}
</style>