Shades of Free Speech Red #DC1008
Tints of Free Speech Red #DC1008
RGB
CMYK
RGB Variations
Color information
#DC1008 (or 0xDC1008) is known color: Free Speech Red. HEX triplet: DC, 10 and 08. RGB value is (220,16,8). Sum of RGB (Red+Green+Blue) = 220+16+8=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1008 is #23EFF7. Grayscale: #4C4C4C. Windows color (decimal): -2355192 or 528604. OLE color: 528604.
HSL color Cylindrical-coordinate representation of color #DC1008: hue angle of 2.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC1008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.14 |
| HSL | 2.26º | 0.93% | 0.45% | - |
| HSV(B) | 2.26º | 0.96% | 0.86% | - |
| XYZ | 29.74 | 15.6 | 1.67 | - |
| YUV | 76.08 | 89.59 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 8 | 0 | 0.93 | 0.96 | 0.14 | 2.26 | 0.93 | 0.45 |
| Hex | DC | 10 | 8 | 0 | 5D | 60 | E | 2 | 5D | 2D |
| Octal | 334 | 20 | 10 | 0 | 135 | 140 | 16 | 2 | 135 | 55 |
| Binary | 11011100 | 10000 | 1000 | 0 | 1011101 | 1100000 | 1110 | 10 | 1011101 | 101101 |
Color Harmonies of #DC1008
Complementary color
Monochromatic Colors of #DC1008
Black with #DC1008
Text Example
Text Example
White with #DC1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1008; }
p { color: rgb(220,16,8); }
H1.HeaderClassName
{
color: #DC1008;
}
.AnyTagClassName
{
color: #DC1008;
}
</style>
background-color css
<style>
a { background-color: #DC1008; }
a { background-color: rgb(220,16,8); }
div.DivClassName
{
background-color: #DC1008;
}
.BgClassName
{
background-color: #DC1008;
}
</style>
border-color css
<style>
span { border-color: #DC1008; }
span { border-color: rgb(220,16,8); }
td.TdClassName
{
border-color: #DC1008;
}
.TagClassName
{
border-color: #DC1008;
}
</style>