Shades of Free Speech Red #D40901
Tints of Free Speech Red #D40901
RGB
CMYK
RGB Variations
Color information
#D40901 (or 0xD40901) is known color: Free Speech Red. HEX triplet: D4, 09 and 01. RGB value is (212,9,1). Sum of RGB (Red+Green+Blue) = 212+9+1=222 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.50% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 212 - color contains mainly: red. Hex color #D40901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40901 is #2BF6FE. Grayscale: #454545. Windows color (decimal): -2881279 or 68052. OLE color: 68052.
HSL color Cylindrical-coordinate representation of color #D40901: hue angle of 2.27º 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 #D40901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.17 |
| HSL | 2.27º | 0.99% | 0.42% | - |
| HSV(B) | 2.27º | 1% | 0.83% | - |
| XYZ | 27.25 | 14.19 | 1.33 | - |
| YUV | 68.79 | 89.75 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 1 | 0 | 0.96 | 1.00 | 0.17 | 2.27 | 0.99 | 0.42 |
| Hex | D4 | 9 | 1 | 0 | 60 | 64 | 11 | 2 | 63 | 2A |
| Octal | 324 | 11 | 1 | 0 | 140 | 144 | 21 | 2 | 143 | 52 |
| Binary | 11010100 | 1001 | 1 | 0 | 1100000 | 1100100 | 10001 | 10 | 1100011 | 101010 |
Color Harmonies of #D40901
Complementary color
Monochromatic Colors of #D40901
Black with #D40901
Text Example
Text Example
White with #D40901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40901; }
p { color: rgb(212,9,1); }
H1.HeaderClassName
{
color: #D40901;
}
.AnyTagClassName
{
color: #D40901;
}
</style>
background-color css
<style>
a { background-color: #D40901; }
a { background-color: rgb(212,9,1); }
div.DivClassName
{
background-color: #D40901;
}
.BgClassName
{
background-color: #D40901;
}
</style>
border-color css
<style>
span { border-color: #D40901; }
span { border-color: rgb(212,9,1); }
td.TdClassName
{
border-color: #D40901;
}
.TagClassName
{
border-color: #D40901;
}
</style>