Shades of Free Speech Red #DC0200
Tints of Free Speech Red #DC0200
RGB
CMYK
RGB Variations
Color information
#DC0200 (or 0xDC0200) is known color: Free Speech Red. HEX triplet: DC, 02 and 00. RGB value is (220,2,0). Sum of RGB (Red+Green+Blue) = 220+2+0=222 (29% of max value = 765). Red value is 220 (86.33% from 255 or 99.10% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0200 is #23FDFF. Grayscale: #434343. Windows color (decimal): -2358784 or 732. OLE color: 732.
HSL color Cylindrical-coordinate representation of color #DC0200: hue angle of 0.55º 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 #DC0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.14 |
| HSL | 0.55º | 1% | 0.43% | - |
| HSV(B) | 0.55º | 1% | 0.86% | - |
| XYZ | 29.54 | 15.26 | 1.39 | - |
| YUV | 66.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 0 | 0 | 0.99 | 1 | 0.14 | 0.55 | 1 | 0.43 |
| Hex | DC | 2 | 0 | 0 | 63 | 64 | E | 1 | 64 | 2B |
| Octal | 334 | 2 | 0 | 0 | 143 | 144 | 16 | 1 | 144 | 53 |
| Binary | 11011100 | 10 | 0 | 0 | 1100011 | 1100100 | 1110 | 1 | 1100100 | 101011 |
Color Harmonies of #DC0200
Complementary color
Monochromatic Colors of #DC0200
Black with #DC0200
Text Example
Text Example
White with #DC0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0200; }
p { color: rgb(220,2,0); }
H1.HeaderClassName
{
color: #DC0200;
}
.AnyTagClassName
{
color: #DC0200;
}
</style>
background-color css
<style>
a { background-color: #DC0200; }
a { background-color: rgb(220,2,0); }
div.DivClassName
{
background-color: #DC0200;
}
.BgClassName
{
background-color: #DC0200;
}
</style>
border-color css
<style>
span { border-color: #DC0200; }
span { border-color: rgb(220,2,0); }
td.TdClassName
{
border-color: #DC0200;
}
.TagClassName
{
border-color: #DC0200;
}
</style>