Shades of Free Speech Red #DC0F00
Tints of Free Speech Red #DC0F00
RGB
CMYK
RGB Variations
Color information
#DC0F00 (or 0xDC0F00) is known color: Free Speech Red. HEX triplet: DC, 0F and 00. RGB value is (220,15,0). Sum of RGB (Red+Green+Blue) = 220+15+0=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F00 is #23F0FF. Grayscale: #4A4A4A. Windows color (decimal): -2355456 or 4060. OLE color: 4060.
HSL color Cylindrical-coordinate representation of color #DC0F00: hue angle of 4.09º 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 #DC0F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.14 |
| HSL | 4.09º | 1% | 0.43% | - |
| HSV(B) | 4.09º | 1% | 0.86% | - |
| XYZ | 29.69 | 15.56 | 1.44 | - |
| YUV | 74.59 | 85.92 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 0 | 0 | 0.93 | 1 | 0.14 | 4.09 | 1 | 0.43 |
| Hex | DC | F | 0 | 0 | 5D | 64 | E | 4 | 64 | 2B |
| Octal | 334 | 17 | 0 | 0 | 135 | 144 | 16 | 4 | 144 | 53 |
| Binary | 11011100 | 1111 | 0 | 0 | 1011101 | 1100100 | 1110 | 100 | 1100100 | 101011 |
Color Harmonies of #DC0F00
Complementary color
Monochromatic Colors of #DC0F00
Black with #DC0F00
Text Example
Text Example
White with #DC0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F00; }
p { color: rgb(220,15,0); }
H1.HeaderClassName
{
color: #DC0F00;
}
.AnyTagClassName
{
color: #DC0F00;
}
</style>
background-color css
<style>
a { background-color: #DC0F00; }
a { background-color: rgb(220,15,0); }
div.DivClassName
{
background-color: #DC0F00;
}
.BgClassName
{
background-color: #DC0F00;
}
</style>
border-color css
<style>
span { border-color: #DC0F00; }
span { border-color: rgb(220,15,0); }
td.TdClassName
{
border-color: #DC0F00;
}
.TagClassName
{
border-color: #DC0F00;
}
</style>