Shades of Free Speech Red #D40F0D
Tints of Free Speech Red #D40F0D
RGB
CMYK
RGB Variations
Color information
#D40F0D (or 0xD40F0D) is known color: Free Speech Red. HEX triplet: D4, 0F and 0D. RGB value is (212,15,13). Sum of RGB (Red+Green+Blue) = 212+15+13=240 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.33% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40F0D is #2BF0F2. Grayscale: #494949. Windows color (decimal): -2879731 or 856020. OLE color: 856020.
HSL color Cylindrical-coordinate representation of color #D40F0D: hue angle of 0.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.17 |
| HSL | 0.6º | 0.88% | 0.44% | - |
| HSV(B) | 0.6º | 0.94% | 0.83% | - |
| XYZ | 27.39 | 14.37 | 1.71 | - |
| YUV | 73.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 13 | 0 | 0.93 | 0.94 | 0.17 | 0.6 | 0.88 | 0.44 |
| Hex | D4 | F | D | 0 | 5D | 5E | 11 | 1 | 58 | 2C |
| Octal | 324 | 17 | 15 | 0 | 135 | 136 | 21 | 1 | 130 | 54 |
| Binary | 11010100 | 1111 | 1101 | 0 | 1011101 | 1011110 | 10001 | 1 | 1011000 | 101100 |
Color Harmonies of #D40F0D
Complementary color
Monochromatic Colors of #D40F0D
Black with #D40F0D
Text Example
Text Example
White with #D40F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F0D; }
p { color: rgb(212,15,13); }
H1.HeaderClassName
{
color: #D40F0D;
}
.AnyTagClassName
{
color: #D40F0D;
}
</style>
background-color css
<style>
a { background-color: #D40F0D; }
a { background-color: rgb(212,15,13); }
div.DivClassName
{
background-color: #D40F0D;
}
.BgClassName
{
background-color: #D40F0D;
}
</style>
border-color css
<style>
span { border-color: #D40F0D; }
span { border-color: rgb(212,15,13); }
td.TdClassName
{
border-color: #D40F0D;
}
.TagClassName
{
border-color: #D40F0D;
}
</style>