Shades of Free Speech Red #D61608
Tints of Free Speech Red #D61608
RGB
CMYK
RGB Variations
Color information
#D61608 (or 0xD61608) is known color: Free Speech Red. HEX triplet: D6, 16 and 08. RGB value is (214,22,8). Sum of RGB (Red+Green+Blue) = 214+22+8=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D61608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61608 is #29E9F7. Grayscale: #4E4E4E. Windows color (decimal): -2746872 or 530134. OLE color: 530134.
HSL color Cylindrical-coordinate representation of color #D61608: hue angle of 4.08º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D61608 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.16 |
| HSL | 4.08º | 0.93% | 0.44% | - |
| HSV(B) | 4.08º | 0.96% | 0.84% | - |
| XYZ | 28.06 | 14.89 | 1.62 | - |
| YUV | 77.81 | 88.61 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 8 | 0 | 0.90 | 0.96 | 0.16 | 4.08 | 0.93 | 0.44 |
| Hex | D6 | 16 | 8 | 0 | 5A | 60 | 10 | 4 | 5D | 2C |
| Octal | 326 | 26 | 10 | 0 | 132 | 140 | 20 | 4 | 135 | 54 |
| Binary | 11010110 | 10110 | 1000 | 0 | 1011010 | 1100000 | 10000 | 100 | 1011101 | 101100 |
Color Harmonies of #D61608
Complementary color
Monochromatic Colors of #D61608
Black with #D61608
Text Example
Text Example
White with #D61608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61608; }
p { color: rgb(214,22,8); }
H1.HeaderClassName
{
color: #D61608;
}
.AnyTagClassName
{
color: #D61608;
}
</style>
background-color css
<style>
a { background-color: #D61608; }
a { background-color: rgb(214,22,8); }
div.DivClassName
{
background-color: #D61608;
}
.BgClassName
{
background-color: #D61608;
}
</style>
border-color css
<style>
span { border-color: #D61608; }
span { border-color: rgb(214,22,8); }
td.TdClassName
{
border-color: #D61608;
}
.TagClassName
{
border-color: #D61608;
}
</style>