Shades of Free Speech Red #DC0D05
Tints of Free Speech Red #DC0D05
RGB
CMYK
RGB Variations
Color information
#DC0D05 (or 0xDC0D05) is known color: Free Speech Red. HEX triplet: DC, 0D and 05. RGB value is (220,13,5). Sum of RGB (Red+Green+Blue) = 220+13+5=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D05 is #23F2FA. Grayscale: #4A4A4A. Windows color (decimal): -2355963 or 331228. OLE color: 331228.
HSL color Cylindrical-coordinate representation of color #DC0D05: hue angle of 2.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0D05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.14 |
| HSL | 2.23º | 0.96% | 0.44% | - |
| HSV(B) | 2.23º | 0.98% | 0.86% | - |
| XYZ | 29.69 | 15.51 | 1.57 | - |
| YUV | 73.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 5 | 0 | 0.94 | 0.98 | 0.14 | 2.23 | 0.96 | 0.44 |
| Hex | DC | D | 5 | 0 | 5E | 62 | E | 2 | 60 | 2C |
| Octal | 334 | 15 | 5 | 0 | 136 | 142 | 16 | 2 | 140 | 54 |
| Binary | 11011100 | 1101 | 101 | 0 | 1011110 | 1100010 | 1110 | 10 | 1100000 | 101100 |
Color Harmonies of #DC0D05
Complementary color
Monochromatic Colors of #DC0D05
Black with #DC0D05
Text Example
Text Example
White with #DC0D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D05; }
p { color: rgb(220,13,5); }
H1.HeaderClassName
{
color: #DC0D05;
}
.AnyTagClassName
{
color: #DC0D05;
}
</style>
background-color css
<style>
a { background-color: #DC0D05; }
a { background-color: rgb(220,13,5); }
div.DivClassName
{
background-color: #DC0D05;
}
.BgClassName
{
background-color: #DC0D05;
}
</style>
border-color css
<style>
span { border-color: #DC0D05; }
span { border-color: rgb(220,13,5); }
td.TdClassName
{
border-color: #DC0D05;
}
.TagClassName
{
border-color: #DC0D05;
}
</style>