Shades of Free Speech Red #D70600
Tints of Free Speech Red #D70600
RGB
CMYK
RGB Variations
Color information
#D70600 (or 0xD70600) is known color: Free Speech Red. HEX triplet: D7, 06 and 00. RGB value is (215,6,0). Sum of RGB (Red+Green+Blue) = 215+6+0=221 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.29% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 215 - color contains mainly: red. Hex color #D70600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70600 is #28F9FF. Grayscale: #444444. Windows color (decimal): -2685440 or 1751. OLE color: 1751.
HSL color Cylindrical-coordinate representation of color #D70600: hue angle of 1.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.16 |
| HSL | 1.67º | 1% | 0.42% | - |
| HSV(B) | 1.67º | 1% | 0.84% | - |
| XYZ | 28.09 | 14.58 | 1.33 | - |
| YUV | 67.81 | 89.74 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 0 | 0 | 0.97 | 1 | 0.16 | 1.67 | 1 | 0.42 |
| Hex | D7 | 6 | 0 | 0 | 61 | 64 | 10 | 2 | 64 | 2A |
| Octal | 327 | 6 | 0 | 0 | 141 | 144 | 20 | 2 | 144 | 52 |
| Binary | 11010111 | 110 | 0 | 0 | 1100001 | 1100100 | 10000 | 10 | 1100100 | 101010 |
Color Harmonies of #D70600
Complementary color
Monochromatic Colors of #D70600
Black with #D70600
Text Example
Text Example
White with #D70600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70600; }
p { color: rgb(215,6,0); }
H1.HeaderClassName
{
color: #D70600;
}
.AnyTagClassName
{
color: #D70600;
}
</style>
background-color css
<style>
a { background-color: #D70600; }
a { background-color: rgb(215,6,0); }
div.DivClassName
{
background-color: #D70600;
}
.BgClassName
{
background-color: #D70600;
}
</style>
border-color css
<style>
span { border-color: #D70600; }
span { border-color: rgb(215,6,0); }
td.TdClassName
{
border-color: #D70600;
}
.TagClassName
{
border-color: #D70600;
}
</style>