Shades of Free Speech Red #DC0800
Tints of Free Speech Red #DC0800
RGB
CMYK
RGB Variations
Color information
#DC0800 (or 0xDC0800) is known color: Free Speech Red. HEX triplet: DC, 08 and 00. RGB value is (220,8,0). Sum of RGB (Red+Green+Blue) = 220+8+0=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0800 is #23F7FF. Grayscale: #464646. Windows color (decimal): -2357248 or 2268. OLE color: 2268.
HSL color Cylindrical-coordinate representation of color #DC0800: hue angle of 2.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.14 |
| HSL | 2.18º | 1% | 0.43% | - |
| HSV(B) | 2.18º | 1% | 0.86% | - |
| XYZ | 29.6 | 15.39 | 1.41 | - |
| YUV | 70.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 0 | 0 | 0.96 | 1 | 0.14 | 2.18 | 1 | 0.43 |
| Hex | DC | 8 | 0 | 0 | 60 | 64 | E | 2 | 64 | 2B |
| Octal | 334 | 10 | 0 | 0 | 140 | 144 | 16 | 2 | 144 | 53 |
| Binary | 11011100 | 1000 | 0 | 0 | 1100000 | 1100100 | 1110 | 10 | 1100100 | 101011 |
Color Harmonies of #DC0800
Complementary color
Monochromatic Colors of #DC0800
Black with #DC0800
Text Example
Text Example
White with #DC0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0800; }
p { color: rgb(220,8,0); }
H1.HeaderClassName
{
color: #DC0800;
}
.AnyTagClassName
{
color: #DC0800;
}
</style>
background-color css
<style>
a { background-color: #DC0800; }
a { background-color: rgb(220,8,0); }
div.DivClassName
{
background-color: #DC0800;
}
.BgClassName
{
background-color: #DC0800;
}
</style>
border-color css
<style>
span { border-color: #DC0800; }
span { border-color: rgb(220,8,0); }
td.TdClassName
{
border-color: #DC0800;
}
.TagClassName
{
border-color: #DC0800;
}
</style>