Shades of Free Speech Red #D6150D
Tints of Free Speech Red #D6150D
RGB
CMYK
RGB Variations
Color information
#D6150D (or 0xD6150D) is known color: Free Speech Red. HEX triplet: D6, 15 and 0D. RGB value is (214,21,13). Sum of RGB (Red+Green+Blue) = 214+21+13=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D6150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6150D is #29EAF2. Grayscale: #4E4E4E. Windows color (decimal): -2747123 or 857558. OLE color: 857558.
HSL color Cylindrical-coordinate representation of color #D6150D: hue angle of 2.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.16 |
| HSL | 2.39º | 0.89% | 0.45% | - |
| HSV(B) | 2.39º | 0.94% | 0.84% | - |
| XYZ | 28.07 | 14.86 | 1.77 | - |
| YUV | 77.8 | 91.44 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 13 | 0 | 0.90 | 0.94 | 0.16 | 2.39 | 0.89 | 0.45 |
| Hex | D6 | 15 | D | 0 | 5A | 5E | 10 | 2 | 59 | 2D |
| Octal | 326 | 25 | 15 | 0 | 132 | 136 | 20 | 2 | 131 | 55 |
| Binary | 11010110 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10000 | 10 | 1011001 | 101101 |
Color Harmonies of #D6150D
Complementary color
Monochromatic Colors of #D6150D
Black with #D6150D
Text Example
Text Example
White with #D6150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6150D; }
p { color: rgb(214,21,13); }
H1.HeaderClassName
{
color: #D6150D;
}
.AnyTagClassName
{
color: #D6150D;
}
</style>
background-color css
<style>
a { background-color: #D6150D; }
a { background-color: rgb(214,21,13); }
div.DivClassName
{
background-color: #D6150D;
}
.BgClassName
{
background-color: #D6150D;
}
</style>
border-color css
<style>
span { border-color: #D6150D; }
span { border-color: rgb(214,21,13); }
td.TdClassName
{
border-color: #D6150D;
}
.TagClassName
{
border-color: #D6150D;
}
</style>