Shades of Free Speech Red #D10C01
Tints of Free Speech Red #D10C01
RGB
CMYK
RGB Variations
Color information
#D10C01 (or 0xD10C01) is known color: Free Speech Red. HEX triplet: D1, 0C and 01. RGB value is (209,12,1). Sum of RGB (Red+Green+Blue) = 209+12+1=222 (29% of max value = 765). Red value is 209 (82.03% from 255 or 94.14% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C01 is #2EF3FE. Grayscale: #454545. Windows color (decimal): -3077119 or 68817. OLE color: 68817.
HSL color Cylindrical-coordinate representation of color #D10C01: hue angle of 3.17º 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 #D10C01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 1 | - |
| CMYK | 0 | 0.94 | 1.00 | 0.18 |
| HSL | 3.17º | 0.99% | 0.41% | - |
| HSV(B) | 3.17º | 1% | 0.82% | - |
| XYZ | 26.43 | 13.82 | 1.3 | - |
| YUV | 69.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 1 | 0 | 0.94 | 1.00 | 0.18 | 3.17 | 0.99 | 0.41 |
| Hex | D1 | C | 1 | 0 | 5E | 64 | 12 | 3 | 63 | 29 |
| Octal | 321 | 14 | 1 | 0 | 136 | 144 | 22 | 3 | 143 | 51 |
| Binary | 11010001 | 1100 | 1 | 0 | 1011110 | 1100100 | 10010 | 11 | 1100011 | 101001 |
Color Harmonies of #D10C01
Complementary color
Monochromatic Colors of #D10C01
Black with #D10C01
Text Example
Text Example
White with #D10C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C01; }
p { color: rgb(209,12,1); }
H1.HeaderClassName
{
color: #D10C01;
}
.AnyTagClassName
{
color: #D10C01;
}
</style>
background-color css
<style>
a { background-color: #D10C01; }
a { background-color: rgb(209,12,1); }
div.DivClassName
{
background-color: #D10C01;
}
.BgClassName
{
background-color: #D10C01;
}
</style>
border-color css
<style>
span { border-color: #D10C01; }
span { border-color: rgb(209,12,1); }
td.TdClassName
{
border-color: #D10C01;
}
.TagClassName
{
border-color: #D10C01;
}
</style>