Shades of Free Speech Red #D0130F
Tints of Free Speech Red #D0130F
RGB
CMYK
RGB Variations
Color information
#D0130F (or 0xD0130F) is known color: Free Speech Red. HEX triplet: D0, 13 and 0F. RGB value is (208,19,15). Sum of RGB (Red+Green+Blue) = 208+19+15=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0130F is #2FECF0. Grayscale: #4B4B4B. Windows color (decimal): -3140849 or 988112. OLE color: 988112.
HSL color Cylindrical-coordinate representation of color #D0130F: hue angle of 1.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.18 |
| HSL | 1.24º | 0.87% | 0.44% | - |
| HSV(B) | 1.24º | 0.93% | 0.82% | - |
| XYZ | 26.33 | 13.91 | 1.75 | - |
| YUV | 75.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 15 | 0 | 0.91 | 0.93 | 0.18 | 1.24 | 0.87 | 0.44 |
| Hex | D0 | 13 | F | 0 | 5B | 5D | 12 | 1 | 57 | 2C |
| Octal | 320 | 23 | 17 | 0 | 133 | 135 | 22 | 1 | 127 | 54 |
| Binary | 11010000 | 10011 | 1111 | 0 | 1011011 | 1011101 | 10010 | 1 | 1010111 | 101100 |
Color Harmonies of #D0130F
Complementary color
Monochromatic Colors of #D0130F
Black with #D0130F
Text Example
Text Example
White with #D0130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0130F; }
p { color: rgb(208,19,15); }
H1.HeaderClassName
{
color: #D0130F;
}
.AnyTagClassName
{
color: #D0130F;
}
</style>
background-color css
<style>
a { background-color: #D0130F; }
a { background-color: rgb(208,19,15); }
div.DivClassName
{
background-color: #D0130F;
}
.BgClassName
{
background-color: #D0130F;
}
</style>
border-color css
<style>
span { border-color: #D0130F; }
span { border-color: rgb(208,19,15); }
td.TdClassName
{
border-color: #D0130F;
}
.TagClassName
{
border-color: #D0130F;
}
</style>