Shades of Free Speech Red #D40701
Tints of Free Speech Red #D40701
RGB
CMYK
RGB Variations
Color information
#D40701 (or 0xD40701) is known color: Free Speech Red. HEX triplet: D4, 07 and 01. RGB value is (212,7,1). Sum of RGB (Red+Green+Blue) = 212+7+1=220 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 212 - color contains mainly: red. Hex color #D40701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40701 is #2BF8FE. Grayscale: #434343. Windows color (decimal): -2881791 or 67540. OLE color: 67540.
HSL color Cylindrical-coordinate representation of color #D40701: hue angle of 1.71º 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 #D40701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.17 |
| HSL | 1.71º | 0.99% | 0.42% | - |
| HSV(B) | 1.71º | 1% | 0.83% | - |
| XYZ | 27.23 | 14.15 | 1.32 | - |
| YUV | 67.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 1 | 0 | 0.97 | 1.00 | 0.17 | 1.71 | 0.99 | 0.42 |
| Hex | D4 | 7 | 1 | 0 | 61 | 64 | 11 | 2 | 63 | 2A |
| Octal | 324 | 7 | 1 | 0 | 141 | 144 | 21 | 2 | 143 | 52 |
| Binary | 11010100 | 111 | 1 | 0 | 1100001 | 1100100 | 10001 | 10 | 1100011 | 101010 |
Color Harmonies of #D40701
Complementary color
Monochromatic Colors of #D40701
Black with #D40701
Text Example
Text Example
White with #D40701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40701; }
p { color: rgb(212,7,1); }
H1.HeaderClassName
{
color: #D40701;
}
.AnyTagClassName
{
color: #D40701;
}
</style>
background-color css
<style>
a { background-color: #D40701; }
a { background-color: rgb(212,7,1); }
div.DivClassName
{
background-color: #D40701;
}
.BgClassName
{
background-color: #D40701;
}
</style>
border-color css
<style>
span { border-color: #D40701; }
span { border-color: rgb(212,7,1); }
td.TdClassName
{
border-color: #D40701;
}
.TagClassName
{
border-color: #D40701;
}
</style>