Shades of Free Speech Red #D40D07
Tints of Free Speech Red #D40D07
RGB
CMYK
RGB Variations
Color information
#D40D07 (or 0xD40D07) is known color: Free Speech Red. HEX triplet: D4, 0D and 07. RGB value is (212,13,7). Sum of RGB (Red+Green+Blue) = 212+13+7=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40D07 is #2BF2F8. Grayscale: #484848. Windows color (decimal): -2880249 or 462292. OLE color: 462292.
HSL color Cylindrical-coordinate representation of color #D40D07: hue angle of 1.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40D07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.17 |
| HSL | 1.76º | 0.94% | 0.43% | - |
| HSV(B) | 1.76º | 0.97% | 0.83% | - |
| XYZ | 27.33 | 14.3 | 1.52 | - |
| YUV | 71.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 7 | 0 | 0.94 | 0.97 | 0.17 | 1.76 | 0.94 | 0.43 |
| Hex | D4 | D | 7 | 0 | 5E | 61 | 11 | 2 | 5E | 2B |
| Octal | 324 | 15 | 7 | 0 | 136 | 141 | 21 | 2 | 136 | 53 |
| Binary | 11010100 | 1101 | 111 | 0 | 1011110 | 1100001 | 10001 | 10 | 1011110 | 101011 |
Color Harmonies of #D40D07
Complementary color
Monochromatic Colors of #D40D07
Black with #D40D07
Text Example
Text Example
White with #D40D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D07; }
p { color: rgb(212,13,7); }
H1.HeaderClassName
{
color: #D40D07;
}
.AnyTagClassName
{
color: #D40D07;
}
</style>
background-color css
<style>
a { background-color: #D40D07; }
a { background-color: rgb(212,13,7); }
div.DivClassName
{
background-color: #D40D07;
}
.BgClassName
{
background-color: #D40D07;
}
</style>
border-color css
<style>
span { border-color: #D40D07; }
span { border-color: rgb(212,13,7); }
td.TdClassName
{
border-color: #D40D07;
}
.TagClassName
{
border-color: #D40D07;
}
</style>