Shades of Free Speech Red #D40501
Tints of Free Speech Red #D40501
RGB
CMYK
RGB Variations
Color information
#D40501 (or 0xD40501) is known color: Free Speech Red. HEX triplet: D4, 05 and 01. RGB value is (212,5,1). Sum of RGB (Red+Green+Blue) = 212+5+1=218 (28% of max value = 765). Red value is 212 (83.20% from 255 or 97.25% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 212 - color contains mainly: red. Hex color #D40501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40501 is #2BFAFE. Grayscale: #424242. Windows color (decimal): -2882303 or 67028. OLE color: 67028.
HSL color Cylindrical-coordinate representation of color #D40501: hue angle of 1.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.17 |
| HSL | 1.14º | 0.99% | 0.42% | - |
| HSV(B) | 1.14º | 1% | 0.83% | - |
| XYZ | 27.21 | 14.11 | 1.32 | - |
| YUV | 66.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 1 | 0 | 0.98 | 1.00 | 0.17 | 1.14 | 0.99 | 0.42 |
| Hex | D4 | 5 | 1 | 0 | 62 | 64 | 11 | 1 | 63 | 2A |
| Octal | 324 | 5 | 1 | 0 | 142 | 144 | 21 | 1 | 143 | 52 |
| Binary | 11010100 | 101 | 1 | 0 | 1100010 | 1100100 | 10001 | 1 | 1100011 | 101010 |
Color Harmonies of #D40501
Complementary color
Monochromatic Colors of #D40501
Black with #D40501
Text Example
Text Example
White with #D40501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40501; }
p { color: rgb(212,5,1); }
H1.HeaderClassName
{
color: #D40501;
}
.AnyTagClassName
{
color: #D40501;
}
</style>
background-color css
<style>
a { background-color: #D40501; }
a { background-color: rgb(212,5,1); }
div.DivClassName
{
background-color: #D40501;
}
.BgClassName
{
background-color: #D40501;
}
</style>
border-color css
<style>
span { border-color: #D40501; }
span { border-color: rgb(212,5,1); }
td.TdClassName
{
border-color: #D40501;
}
.TagClassName
{
border-color: #D40501;
}
</style>