Shades of Free Speech Red #D6150A
Tints of Free Speech Red #D6150A
RGB
CMYK
RGB Variations
Color information
#D6150A (or 0xD6150A) is known color: Free Speech Red. HEX triplet: D6, 15 and 0A. RGB value is (214,21,10). Sum of RGB (Red+Green+Blue) = 214+21+10=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6150A is #29EAF5. Grayscale: #4D4D4D. Windows color (decimal): -2747126 or 660950. OLE color: 660950.
HSL color Cylindrical-coordinate representation of color #D6150A: hue angle of 3.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6150A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.16 |
| HSL | 3.24º | 0.91% | 0.44% | - |
| HSV(B) | 3.24º | 0.95% | 0.84% | - |
| XYZ | 28.05 | 14.85 | 1.68 | - |
| YUV | 77.45 | 89.94 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 10 | 0 | 0.90 | 0.95 | 0.16 | 3.24 | 0.91 | 0.44 |
| Hex | D6 | 15 | A | 0 | 5A | 5F | 10 | 3 | 5B | 2C |
| Octal | 326 | 25 | 12 | 0 | 132 | 137 | 20 | 3 | 133 | 54 |
| Binary | 11010110 | 10101 | 1010 | 0 | 1011010 | 1011111 | 10000 | 11 | 1011011 | 101100 |
Color Harmonies of #D6150A
Complementary color
Monochromatic Colors of #D6150A
Black with #D6150A
Text Example
Text Example
White with #D6150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6150A; }
p { color: rgb(214,21,10); }
H1.HeaderClassName
{
color: #D6150A;
}
.AnyTagClassName
{
color: #D6150A;
}
</style>
background-color css
<style>
a { background-color: #D6150A; }
a { background-color: rgb(214,21,10); }
div.DivClassName
{
background-color: #D6150A;
}
.BgClassName
{
background-color: #D6150A;
}
</style>
border-color css
<style>
span { border-color: #D6150A; }
span { border-color: rgb(214,21,10); }
td.TdClassName
{
border-color: #D6150A;
}
.TagClassName
{
border-color: #D6150A;
}
</style>