Shades of Free Speech Red #D10F01
Tints of Free Speech Red #D10F01
RGB
CMYK
RGB Variations
Color information
#D10F01 (or 0xD10F01) is known color: Free Speech Red. HEX triplet: D1, 0F and 01. RGB value is (209,15,1). Sum of RGB (Red+Green+Blue) = 209+15+1=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F01 is #2EF0FE. Grayscale: #474747. Windows color (decimal): -3076351 or 69585. OLE color: 69585.
HSL color Cylindrical-coordinate representation of color #D10F01: hue angle of 4.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.18 |
| HSL | 4.04º | 0.99% | 0.41% | - |
| HSV(B) | 4.04º | 1% | 0.82% | - |
| XYZ | 26.47 | 13.9 | 1.32 | - |
| YUV | 71.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 1 | 0 | 0.93 | 1.00 | 0.18 | 4.04 | 0.99 | 0.41 |
| Hex | D1 | F | 1 | 0 | 5D | 64 | 12 | 4 | 63 | 29 |
| Octal | 321 | 17 | 1 | 0 | 135 | 144 | 22 | 4 | 143 | 51 |
| Binary | 11010001 | 1111 | 1 | 0 | 1011101 | 1100100 | 10010 | 100 | 1100011 | 101001 |
Color Harmonies of #D10F01
Complementary color
Monochromatic Colors of #D10F01
Black with #D10F01
Text Example
Text Example
White with #D10F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F01; }
p { color: rgb(209,15,1); }
H1.HeaderClassName
{
color: #D10F01;
}
.AnyTagClassName
{
color: #D10F01;
}
</style>
background-color css
<style>
a { background-color: #D10F01; }
a { background-color: rgb(209,15,1); }
div.DivClassName
{
background-color: #D10F01;
}
.BgClassName
{
background-color: #D10F01;
}
</style>
border-color css
<style>
span { border-color: #D10F01; }
span { border-color: rgb(209,15,1); }
td.TdClassName
{
border-color: #D10F01;
}
.TagClassName
{
border-color: #D10F01;
}
</style>