Shades of Free Speech Red #DC0A05
Tints of Free Speech Red #DC0A05
RGB
CMYK
RGB Variations
Color information
#DC0A05 (or 0xDC0A05) is known color: Free Speech Red. HEX triplet: DC, 0A and 05. RGB value is (220,10,5). Sum of RGB (Red+Green+Blue) = 220+10+5=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0A05 is #23F5FA. Grayscale: #484848. Windows color (decimal): -2356731 or 330460. OLE color: 330460.
HSL color Cylindrical-coordinate representation of color #DC0A05: hue angle of 1.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0A05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.14 |
| HSL | 1.4º | 0.96% | 0.44% | - |
| HSV(B) | 1.4º | 0.98% | 0.86% | - |
| XYZ | 29.65 | 15.44 | 1.56 | - |
| YUV | 72.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 5 | 0 | 0.95 | 0.98 | 0.14 | 1.4 | 0.96 | 0.44 |
| Hex | DC | A | 5 | 0 | 5F | 62 | E | 1 | 60 | 2C |
| Octal | 334 | 12 | 5 | 0 | 137 | 142 | 16 | 1 | 140 | 54 |
| Binary | 11011100 | 1010 | 101 | 0 | 1011111 | 1100010 | 1110 | 1 | 1100000 | 101100 |
Color Harmonies of #DC0A05
Complementary color
Monochromatic Colors of #DC0A05
Black with #DC0A05
Text Example
Text Example
White with #DC0A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A05; }
p { color: rgb(220,10,5); }
H1.HeaderClassName
{
color: #DC0A05;
}
.AnyTagClassName
{
color: #DC0A05;
}
</style>
background-color css
<style>
a { background-color: #DC0A05; }
a { background-color: rgb(220,10,5); }
div.DivClassName
{
background-color: #DC0A05;
}
.BgClassName
{
background-color: #DC0A05;
}
</style>
border-color css
<style>
span { border-color: #DC0A05; }
span { border-color: rgb(220,10,5); }
td.TdClassName
{
border-color: #DC0A05;
}
.TagClassName
{
border-color: #DC0A05;
}
</style>