Shades of Free Speech Red #D60700
Tints of Free Speech Red #D60700
RGB
CMYK
RGB Variations
Color information
#D60700 (or 0xD60700) is known color: Free Speech Red. HEX triplet: D6, 07 and 00. RGB value is (214,7,0). Sum of RGB (Red+Green+Blue) = 214+7+0=221 (29% of max value = 765). Red value is 214 (83.98% from 255 or 96.83% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 214 - color contains mainly: red. Hex color #D60700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60700 is #29F8FF. Grayscale: #444444. Windows color (decimal): -2750720 or 2006. OLE color: 2006.
HSL color Cylindrical-coordinate representation of color #D60700: hue angle of 1.96º 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 #D60700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.16 |
| HSL | 1.96º | 1% | 0.42% | - |
| HSV(B) | 1.96º | 1% | 0.84% | - |
| XYZ | 27.81 | 14.45 | 1.32 | - |
| YUV | 68.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 0 | 0 | 0.97 | 1 | 0.16 | 1.96 | 1 | 0.42 |
| Hex | D6 | 7 | 0 | 0 | 61 | 64 | 10 | 2 | 64 | 2A |
| Octal | 326 | 7 | 0 | 0 | 141 | 144 | 20 | 2 | 144 | 52 |
| Binary | 11010110 | 111 | 0 | 0 | 1100001 | 1100100 | 10000 | 10 | 1100100 | 101010 |
Color Harmonies of #D60700
Complementary color
Monochromatic Colors of #D60700
Black with #D60700
Text Example
Text Example
White with #D60700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60700; }
p { color: rgb(214,7,0); }
H1.HeaderClassName
{
color: #D60700;
}
.AnyTagClassName
{
color: #D60700;
}
</style>
background-color css
<style>
a { background-color: #D60700; }
a { background-color: rgb(214,7,0); }
div.DivClassName
{
background-color: #D60700;
}
.BgClassName
{
background-color: #D60700;
}
</style>
border-color css
<style>
span { border-color: #D60700; }
span { border-color: rgb(214,7,0); }
td.TdClassName
{
border-color: #D60700;
}
.TagClassName
{
border-color: #D60700;
}
</style>