Shades of Free Speech Red #D60401
Tints of Free Speech Red #D60401
RGB
CMYK
RGB Variations
Color information
#D60401 (or 0xD60401) is known color: Free Speech Red. HEX triplet: D6, 04 and 01. RGB value is (214,4,1). Sum of RGB (Red+Green+Blue) = 214+4+1=219 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.72% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 214 - color contains mainly: red. Hex color #D60401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60401 is #29FBFE. Grayscale: #424242. Windows color (decimal): -2751487 or 66774. OLE color: 66774.
HSL color Cylindrical-coordinate representation of color #D60401: hue angle of 0.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.16 |
| HSL | 0.85º | 0.99% | 0.42% | - |
| HSV(B) | 0.85º | 1% | 0.84% | - |
| XYZ | 27.78 | 14.39 | 1.34 | - |
| YUV | 66.45 | 91.07 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 1 | 0 | 0.98 | 1.00 | 0.16 | 0.85 | 0.99 | 0.42 |
| Hex | D6 | 4 | 1 | 0 | 62 | 64 | 10 | 1 | 63 | 2A |
| Octal | 326 | 4 | 1 | 0 | 142 | 144 | 20 | 1 | 143 | 52 |
| Binary | 11010110 | 100 | 1 | 0 | 1100010 | 1100100 | 10000 | 1 | 1100011 | 101010 |
Color Harmonies of #D60401
Complementary color
Monochromatic Colors of #D60401
Black with #D60401
Text Example
Text Example
White with #D60401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60401; }
p { color: rgb(214,4,1); }
H1.HeaderClassName
{
color: #D60401;
}
.AnyTagClassName
{
color: #D60401;
}
</style>
background-color css
<style>
a { background-color: #D60401; }
a { background-color: rgb(214,4,1); }
div.DivClassName
{
background-color: #D60401;
}
.BgClassName
{
background-color: #D60401;
}
</style>
border-color css
<style>
span { border-color: #D60401; }
span { border-color: rgb(214,4,1); }
td.TdClassName
{
border-color: #D60401;
}
.TagClassName
{
border-color: #D60401;
}
</style>