Shades of Free Speech Red #DC0A08
Tints of Free Speech Red #DC0A08
RGB
CMYK
RGB Variations
Color information
#DC0A08 (or 0xDC0A08) is known color: Free Speech Red. HEX triplet: DC, 0A and 08. RGB value is (220,10,8). Sum of RGB (Red+Green+Blue) = 220+10+8=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0A08 is #23F5F7. Grayscale: #484848. Windows color (decimal): -2356728 or 527068. OLE color: 527068.
HSL color Cylindrical-coordinate representation of color #DC0A08: hue angle of 0.57º 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 #DC0A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.14 |
| HSL | 0.57º | 0.93% | 0.45% | - |
| HSV(B) | 0.57º | 0.96% | 0.86% | - |
| XYZ | 29.67 | 15.45 | 1.65 | - |
| YUV | 72.56 | 91.57 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 8 | 0 | 0.95 | 0.96 | 0.14 | 0.57 | 0.93 | 0.45 |
| Hex | DC | A | 8 | 0 | 5F | 60 | E | 1 | 5D | 2D |
| Octal | 334 | 12 | 10 | 0 | 137 | 140 | 16 | 1 | 135 | 55 |
| Binary | 11011100 | 1010 | 1000 | 0 | 1011111 | 1100000 | 1110 | 1 | 1011101 | 101101 |
Color Harmonies of #DC0A08
Complementary color
Monochromatic Colors of #DC0A08
Black with #DC0A08
Text Example
Text Example
White with #DC0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A08; }
p { color: rgb(220,10,8); }
H1.HeaderClassName
{
color: #DC0A08;
}
.AnyTagClassName
{
color: #DC0A08;
}
</style>
background-color css
<style>
a { background-color: #DC0A08; }
a { background-color: rgb(220,10,8); }
div.DivClassName
{
background-color: #DC0A08;
}
.BgClassName
{
background-color: #DC0A08;
}
</style>
border-color css
<style>
span { border-color: #DC0A08; }
span { border-color: rgb(220,10,8); }
td.TdClassName
{
border-color: #DC0A08;
}
.TagClassName
{
border-color: #DC0A08;
}
</style>