Shades of Free Speech Red #D61610
Tints of Free Speech Red #D61610
RGB
CMYK
RGB Variations
Color information
#D61610 (or 0xD61610) is known color: Free Speech Red. HEX triplet: D6, 16 and 10. RGB value is (214,22,16). Sum of RGB (Red+Green+Blue) = 214+22+16=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D61610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61610 is #29E9EF. Grayscale: #4E4E4E. Windows color (decimal): -2746864 or 1054422. OLE color: 1054422.
HSL color Cylindrical-coordinate representation of color #D61610: hue angle of 1.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.16 |
| HSL | 1.82º | 0.86% | 0.45% | - |
| HSV(B) | 1.82º | 0.93% | 0.84% | - |
| XYZ | 28.11 | 14.91 | 1.89 | - |
| YUV | 78.72 | 92.61 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 16 | 0 | 0.90 | 0.93 | 0.16 | 1.82 | 0.86 | 0.45 |
| Hex | D6 | 16 | 10 | 0 | 5A | 5D | 10 | 2 | 56 | 2D |
| Octal | 326 | 26 | 20 | 0 | 132 | 135 | 20 | 2 | 126 | 55 |
| Binary | 11010110 | 10110 | 10000 | 0 | 1011010 | 1011101 | 10000 | 10 | 1010110 | 101101 |
Color Harmonies of #D61610
Complementary color
Monochromatic Colors of #D61610
Black with #D61610
Text Example
Text Example
White with #D61610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61610; }
p { color: rgb(214,22,16); }
H1.HeaderClassName
{
color: #D61610;
}
.AnyTagClassName
{
color: #D61610;
}
</style>
background-color css
<style>
a { background-color: #D61610; }
a { background-color: rgb(214,22,16); }
div.DivClassName
{
background-color: #D61610;
}
.BgClassName
{
background-color: #D61610;
}
</style>
border-color css
<style>
span { border-color: #D61610; }
span { border-color: rgb(214,22,16); }
td.TdClassName
{
border-color: #D61610;
}
.TagClassName
{
border-color: #D61610;
}
</style>