Shades of Free Speech Red #D60100
Tints of Free Speech Red #D60100
RGB
CMYK
RGB Variations
Color information
#D60100 (or 0xD60100) is known color: Free Speech Red. HEX triplet: D6, 01 and 00. RGB value is (214,1,0). Sum of RGB (Red+Green+Blue) = 214+1+0=215 (28% of max value = 765). Red value is 214 (83.98% from 255 or 99.53% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 214 - color contains mainly: red. Hex color #D60100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60100 is #29FEFF. Grayscale: #404040. Windows color (decimal): -2752256 or 470. OLE color: 470.
HSL color Cylindrical-coordinate representation of color #D60100: hue angle of 0.28º 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 #D60100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.16 |
| HSL | 0.28º | 1% | 0.42% | - |
| HSV(B) | 0.28º | 1% | 0.84% | - |
| XYZ | 27.74 | 14.32 | 1.3 | - |
| YUV | 64.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 0 | 0 | 1.00 | 1 | 0.16 | 0.28 | 1 | 0.42 |
| Hex | D6 | 1 | 0 | 0 | 64 | 64 | 10 | 0 | 64 | 2A |
| Octal | 326 | 1 | 0 | 0 | 144 | 144 | 20 | 0 | 144 | 52 |
| Binary | 11010110 | 1 | 0 | 0 | 1100100 | 1100100 | 10000 | 0 | 1100100 | 101010 |
Color Harmonies of #D60100
Complementary color
Monochromatic Colors of #D60100
Black with #D60100
Text Example
Text Example
White with #D60100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60100; }
p { color: rgb(214,1,0); }
H1.HeaderClassName
{
color: #D60100;
}
.AnyTagClassName
{
color: #D60100;
}
</style>
background-color css
<style>
a { background-color: #D60100; }
a { background-color: rgb(214,1,0); }
div.DivClassName
{
background-color: #D60100;
}
.BgClassName
{
background-color: #D60100;
}
</style>
border-color css
<style>
span { border-color: #D60100; }
span { border-color: rgb(214,1,0); }
td.TdClassName
{
border-color: #D60100;
}
.TagClassName
{
border-color: #D60100;
}
</style>