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