Shades of Free Speech Red #D0130C
Tints of Free Speech Red #D0130C
RGB
CMYK
RGB Variations
Color information
#D0130C (or 0xD0130C) is known color: Free Speech Red. HEX triplet: D0, 13 and 0C. RGB value is (208,19,12). Sum of RGB (Red+Green+Blue) = 208+19+12=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0130C is #2FECF3. Grayscale: #4A4A4A. Windows color (decimal): -3140852 or 791504. OLE color: 791504.
HSL color Cylindrical-coordinate representation of color #D0130C: hue angle of 2.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0130C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.18 |
| HSL | 2.14º | 0.89% | 0.43% | - |
| HSV(B) | 2.14º | 0.94% | 0.82% | - |
| XYZ | 26.31 | 13.9 | 1.64 | - |
| YUV | 74.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 12 | 0 | 0.91 | 0.94 | 0.18 | 2.14 | 0.89 | 0.43 |
| Hex | D0 | 13 | C | 0 | 5B | 5E | 12 | 2 | 59 | 2B |
| Octal | 320 | 23 | 14 | 0 | 133 | 136 | 22 | 2 | 131 | 53 |
| Binary | 11010000 | 10011 | 1100 | 0 | 1011011 | 1011110 | 10010 | 10 | 1011001 | 101011 |
Color Harmonies of #D0130C
Complementary color
Monochromatic Colors of #D0130C
Black with #D0130C
Text Example
Text Example
White with #D0130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0130C; }
p { color: rgb(208,19,12); }
H1.HeaderClassName
{
color: #D0130C;
}
.AnyTagClassName
{
color: #D0130C;
}
</style>
background-color css
<style>
a { background-color: #D0130C; }
a { background-color: rgb(208,19,12); }
div.DivClassName
{
background-color: #D0130C;
}
.BgClassName
{
background-color: #D0130C;
}
</style>
border-color css
<style>
span { border-color: #D0130C; }
span { border-color: rgb(208,19,12); }
td.TdClassName
{
border-color: #D0130C;
}
.TagClassName
{
border-color: #D0130C;
}
</style>