Shades of Free Speech Red #D60D0D
Tints of Free Speech Red #D60D0D
RGB
CMYK
RGB Variations
Color information
#D60D0D (or 0xD60D0D) is known color: Free Speech Red. HEX triplet: D6, 0D and 0D. RGB value is (214,13,13). Sum of RGB (Red+Green+Blue) = 214+13+13=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D0D is #29F2F2. Grayscale: #494949. Windows color (decimal): -2749171 or 855510. OLE color: 855510.
HSL color Cylindrical-coordinate representation of color #D60D0D: hue angle of 0º 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 #D60D0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.16 |
| HSL | 0º | 0.89% | 0.45% | - |
| HSV(B) | 0º | 0.94% | 0.84% | - |
| XYZ | 27.95 | 14.61 | 1.73 | - |
| YUV | 73.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 13 | 0 | 0.94 | 0.94 | 0.16 | 0 | 0.89 | 0.45 |
| Hex | D6 | D | D | 0 | 5E | 5E | 10 | 0 | 59 | 2D |
| Octal | 326 | 15 | 15 | 0 | 136 | 136 | 20 | 0 | 131 | 55 |
| Binary | 11010110 | 1101 | 1101 | 0 | 1011110 | 1011110 | 10000 | 0 | 1011001 | 101101 |
Color Harmonies of #D60D0D
Complementary color
Monochromatic Colors of #D60D0D
Black with #D60D0D
Text Example
Text Example
White with #D60D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D0D; }
p { color: rgb(214,13,13); }
H1.HeaderClassName
{
color: #D60D0D;
}
.AnyTagClassName
{
color: #D60D0D;
}
</style>
background-color css
<style>
a { background-color: #D60D0D; }
a { background-color: rgb(214,13,13); }
div.DivClassName
{
background-color: #D60D0D;
}
.BgClassName
{
background-color: #D60D0D;
}
</style>
border-color css
<style>
span { border-color: #D60D0D; }
span { border-color: rgb(214,13,13); }
td.TdClassName
{
border-color: #D60D0D;
}
.TagClassName
{
border-color: #D60D0D;
}
</style>