Shades of Free Speech Red #D10C02
Tints of Free Speech Red #D10C02
RGB
CMYK
RGB Variations
Color information
#D10C02 (or 0xD10C02) is known color: Free Speech Red. HEX triplet: D1, 0C and 02. RGB value is (209,12,2). Sum of RGB (Red+Green+Blue) = 209+12+2=223 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.72% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C02 is #2EF3FD. Grayscale: #464646. Windows color (decimal): -3077118 or 134353. OLE color: 134353.
HSL color Cylindrical-coordinate representation of color #D10C02: hue angle of 2.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.18 |
| HSL | 2.9º | 0.98% | 0.41% | - |
| HSV(B) | 2.9º | 0.99% | 0.82% | - |
| XYZ | 26.44 | 13.82 | 1.33 | - |
| YUV | 69.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 2 | 0 | 0.94 | 0.99 | 0.18 | 2.9 | 0.98 | 0.41 |
| Hex | D1 | C | 2 | 0 | 5E | 63 | 12 | 3 | 62 | 29 |
| Octal | 321 | 14 | 2 | 0 | 136 | 143 | 22 | 3 | 142 | 51 |
| Binary | 11010001 | 1100 | 10 | 0 | 1011110 | 1100011 | 10010 | 11 | 1100010 | 101001 |
Color Harmonies of #D10C02
Complementary color
Monochromatic Colors of #D10C02
Black with #D10C02
Text Example
Text Example
White with #D10C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C02; }
p { color: rgb(209,12,2); }
H1.HeaderClassName
{
color: #D10C02;
}
.AnyTagClassName
{
color: #D10C02;
}
</style>
background-color css
<style>
a { background-color: #D10C02; }
a { background-color: rgb(209,12,2); }
div.DivClassName
{
background-color: #D10C02;
}
.BgClassName
{
background-color: #D10C02;
}
</style>
border-color css
<style>
span { border-color: #D10C02; }
span { border-color: rgb(209,12,2); }
td.TdClassName
{
border-color: #D10C02;
}
.TagClassName
{
border-color: #D10C02;
}
</style>