Shades of Free Speech Red #D40D00
Tints of Free Speech Red #D40D00
RGB
CMYK
RGB Variations
Color information
#D40D00 (or 0xD40D00) is known color: Free Speech Red. HEX triplet: D4, 0D and 00. RGB value is (212,13,0). Sum of RGB (Red+Green+Blue) = 212+13+0=225 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40D00 is #2BF2FF. Grayscale: #474747. Windows color (decimal): -2880256 or 3540. OLE color: 3540.
HSL color Cylindrical-coordinate representation of color #D40D00: hue angle of 3.68º 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 #D40D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.17 |
| HSL | 3.68º | 1% | 0.42% | - |
| HSV(B) | 3.68º | 1% | 0.83% | - |
| XYZ | 27.3 | 14.28 | 1.32 | - |
| YUV | 71.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 0 | 0 | 0.94 | 1 | 0.17 | 3.68 | 1 | 0.42 |
| Hex | D4 | D | 0 | 0 | 5E | 64 | 11 | 4 | 64 | 2A |
| Octal | 324 | 15 | 0 | 0 | 136 | 144 | 21 | 4 | 144 | 52 |
| Binary | 11010100 | 1101 | 0 | 0 | 1011110 | 1100100 | 10001 | 100 | 1100100 | 101010 |
Color Harmonies of #D40D00
Complementary color
Monochromatic Colors of #D40D00
Black with #D40D00
Text Example
Text Example
White with #D40D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D00; }
p { color: rgb(212,13,0); }
H1.HeaderClassName
{
color: #D40D00;
}
.AnyTagClassName
{
color: #D40D00;
}
</style>
background-color css
<style>
a { background-color: #D40D00; }
a { background-color: rgb(212,13,0); }
div.DivClassName
{
background-color: #D40D00;
}
.BgClassName
{
background-color: #D40D00;
}
</style>
border-color css
<style>
span { border-color: #D40D00; }
span { border-color: rgb(212,13,0); }
td.TdClassName
{
border-color: #D40D00;
}
.TagClassName
{
border-color: #D40D00;
}
</style>