Shades of Free Speech Red #DC0D03
Tints of Free Speech Red #DC0D03
RGB
CMYK
RGB Variations
Color information
#DC0D03 (or 0xDC0D03) is known color: Free Speech Red. HEX triplet: DC, 0D and 03. RGB value is (220,13,3). Sum of RGB (Red+Green+Blue) = 220+13+3=236 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.22% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D03 is #23F2FC. Grayscale: #4A4A4A. Windows color (decimal): -2355965 or 200156. OLE color: 200156.
HSL color Cylindrical-coordinate representation of color #DC0D03: hue angle of 2.76º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.14 |
| HSL | 2.76º | 0.97% | 0.44% | - |
| HSV(B) | 2.76º | 0.99% | 0.86% | - |
| XYZ | 29.68 | 15.51 | 1.52 | - |
| YUV | 73.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 3 | 0 | 0.94 | 0.99 | 0.14 | 2.76 | 0.97 | 0.44 |
| Hex | DC | D | 3 | 0 | 5E | 63 | E | 3 | 61 | 2C |
| Octal | 334 | 15 | 3 | 0 | 136 | 143 | 16 | 3 | 141 | 54 |
| Binary | 11011100 | 1101 | 11 | 0 | 1011110 | 1100011 | 1110 | 11 | 1100001 | 101100 |
Color Harmonies of #DC0D03
Complementary color
Monochromatic Colors of #DC0D03
Black with #DC0D03
Text Example
Text Example
White with #DC0D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D03; }
p { color: rgb(220,13,3); }
H1.HeaderClassName
{
color: #DC0D03;
}
.AnyTagClassName
{
color: #DC0D03;
}
</style>
background-color css
<style>
a { background-color: #DC0D03; }
a { background-color: rgb(220,13,3); }
div.DivClassName
{
background-color: #DC0D03;
}
.BgClassName
{
background-color: #DC0D03;
}
</style>
border-color css
<style>
span { border-color: #DC0D03; }
span { border-color: rgb(220,13,3); }
td.TdClassName
{
border-color: #DC0D03;
}
.TagClassName
{
border-color: #DC0D03;
}
</style>