Shades of Free Speech Red #DC0D07
Tints of Free Speech Red #DC0D07
RGB
CMYK
RGB Variations
Color information
#DC0D07 (or 0xDC0D07) is known color: Free Speech Red. HEX triplet: DC, 0D and 07. RGB value is (220,13,7). Sum of RGB (Red+Green+Blue) = 220+13+7=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D07 is #23F2F8. Grayscale: #4A4A4A. Windows color (decimal): -2355961 or 462300. OLE color: 462300.
HSL color Cylindrical-coordinate representation of color #DC0D07: hue angle of 1.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0D07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.14 |
| HSL | 1.69º | 0.94% | 0.45% | - |
| HSV(B) | 1.69º | 0.97% | 0.86% | - |
| XYZ | 29.7 | 15.52 | 1.63 | - |
| YUV | 74.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 7 | 0 | 0.94 | 0.97 | 0.14 | 1.69 | 0.94 | 0.45 |
| Hex | DC | D | 7 | 0 | 5E | 61 | E | 2 | 5E | 2D |
| Octal | 334 | 15 | 7 | 0 | 136 | 141 | 16 | 2 | 136 | 55 |
| Binary | 11011100 | 1101 | 111 | 0 | 1011110 | 1100001 | 1110 | 10 | 1011110 | 101101 |
Color Harmonies of #DC0D07
Complementary color
Monochromatic Colors of #DC0D07
Black with #DC0D07
Text Example
Text Example
White with #DC0D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D07; }
p { color: rgb(220,13,7); }
H1.HeaderClassName
{
color: #DC0D07;
}
.AnyTagClassName
{
color: #DC0D07;
}
</style>
background-color css
<style>
a { background-color: #DC0D07; }
a { background-color: rgb(220,13,7); }
div.DivClassName
{
background-color: #DC0D07;
}
.BgClassName
{
background-color: #DC0D07;
}
</style>
border-color css
<style>
span { border-color: #DC0D07; }
span { border-color: rgb(220,13,7); }
td.TdClassName
{
border-color: #DC0D07;
}
.TagClassName
{
border-color: #DC0D07;
}
</style>