Shades of Free Speech Red #D61405
Tints of Free Speech Red #D61405
RGB
CMYK
RGB Variations
Color information
#D61405 (or 0xD61405) is known color: Free Speech Red. HEX triplet: D6, 14 and 05. RGB value is (214,20,5). Sum of RGB (Red+Green+Blue) = 214+20+5=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D61405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61405 is #29EBFA. Grayscale: #4C4C4C. Windows color (decimal): -2747387 or 333014. OLE color: 333014.
HSL color Cylindrical-coordinate representation of color #D61405: hue angle of 4.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D61405 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.16 |
| HSL | 4.31º | 0.95% | 0.43% | - |
| HSV(B) | 4.31º | 0.98% | 0.84% | - |
| XYZ | 28.01 | 14.81 | 1.53 | - |
| YUV | 76.3 | 87.77 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 5 | 0 | 0.91 | 0.98 | 0.16 | 4.31 | 0.95 | 0.43 |
| Hex | D6 | 14 | 5 | 0 | 5B | 62 | 10 | 4 | 5F | 2B |
| Octal | 326 | 24 | 5 | 0 | 133 | 142 | 20 | 4 | 137 | 53 |
| Binary | 11010110 | 10100 | 101 | 0 | 1011011 | 1100010 | 10000 | 100 | 1011111 | 101011 |
Color Harmonies of #D61405
Complementary color
Monochromatic Colors of #D61405
Black with #D61405
Text Example
Text Example
White with #D61405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61405; }
p { color: rgb(214,20,5); }
H1.HeaderClassName
{
color: #D61405;
}
.AnyTagClassName
{
color: #D61405;
}
</style>
background-color css
<style>
a { background-color: #D61405; }
a { background-color: rgb(214,20,5); }
div.DivClassName
{
background-color: #D61405;
}
.BgClassName
{
background-color: #D61405;
}
</style>
border-color css
<style>
span { border-color: #D61405; }
span { border-color: rgb(214,20,5); }
td.TdClassName
{
border-color: #D61405;
}
.TagClassName
{
border-color: #D61405;
}
</style>