Shades of Free Speech Red #D40600
Tints of Free Speech Red #D40600
RGB
CMYK
RGB Variations
Color information
#D40600 (or 0xD40600) is known color: Free Speech Red. HEX triplet: D4, 06 and 00. RGB value is (212,6,0). Sum of RGB (Red+Green+Blue) = 212+6+0=218 (28% of max value = 765). Red value is 212 (83.20% from 255 or 97.25% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 212 - color contains mainly: red. Hex color #D40600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40600 is #2BF9FF. Grayscale: #434343. Windows color (decimal): -2882048 or 1748. OLE color: 1748.
HSL color Cylindrical-coordinate representation of color #D40600: hue angle of 1.7º 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 #D40600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.17 |
| HSL | 1.7º | 1% | 0.42% | - |
| HSV(B) | 1.7º | 1% | 0.83% | - |
| XYZ | 27.22 | 14.13 | 1.29 | - |
| YUV | 66.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 0 | 0 | 0.97 | 1 | 0.17 | 1.7 | 1 | 0.42 |
| Hex | D4 | 6 | 0 | 0 | 61 | 64 | 11 | 2 | 64 | 2A |
| Octal | 324 | 6 | 0 | 0 | 141 | 144 | 21 | 2 | 144 | 52 |
| Binary | 11010100 | 110 | 0 | 0 | 1100001 | 1100100 | 10001 | 10 | 1100100 | 101010 |
Color Harmonies of #D40600
Complementary color
Monochromatic Colors of #D40600
Black with #D40600
Text Example
Text Example
White with #D40600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40600; }
p { color: rgb(212,6,0); }
H1.HeaderClassName
{
color: #D40600;
}
.AnyTagClassName
{
color: #D40600;
}
</style>
background-color css
<style>
a { background-color: #D40600; }
a { background-color: rgb(212,6,0); }
div.DivClassName
{
background-color: #D40600;
}
.BgClassName
{
background-color: #D40600;
}
</style>
border-color css
<style>
span { border-color: #D40600; }
span { border-color: rgb(212,6,0); }
td.TdClassName
{
border-color: #D40600;
}
.TagClassName
{
border-color: #D40600;
}
</style>