Shades of Free Speech Red #DC1205
Tints of Free Speech Red #DC1205
RGB
CMYK
RGB Variations
Color information
#DC1205 (or 0xDC1205) is known color: Free Speech Red. HEX triplet: DC, 12 and 05. RGB value is (220,18,5). Sum of RGB (Red+Green+Blue) = 220+18+5=243 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.53% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1205 is #23EDFA. Grayscale: #4D4D4D. Windows color (decimal): -2354683 or 332508. OLE color: 332508.
HSL color Cylindrical-coordinate representation of color #DC1205: hue angle of 3.63º 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 #DC1205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.14 |
| HSL | 3.63º | 0.96% | 0.44% | - |
| HSV(B) | 3.63º | 0.98% | 0.86% | - |
| XYZ | 29.76 | 15.66 | 1.6 | - |
| YUV | 76.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 5 | 0 | 0.92 | 0.98 | 0.14 | 3.63 | 0.96 | 0.44 |
| Hex | DC | 12 | 5 | 0 | 5C | 62 | E | 4 | 60 | 2C |
| Octal | 334 | 22 | 5 | 0 | 134 | 142 | 16 | 4 | 140 | 54 |
| Binary | 11011100 | 10010 | 101 | 0 | 1011100 | 1100010 | 1110 | 100 | 1100000 | 101100 |
Color Harmonies of #DC1205
Complementary color
Monochromatic Colors of #DC1205
Black with #DC1205
Text Example
Text Example
White with #DC1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1205; }
p { color: rgb(220,18,5); }
H1.HeaderClassName
{
color: #DC1205;
}
.AnyTagClassName
{
color: #DC1205;
}
</style>
background-color css
<style>
a { background-color: #DC1205; }
a { background-color: rgb(220,18,5); }
div.DivClassName
{
background-color: #DC1205;
}
.BgClassName
{
background-color: #DC1205;
}
</style>
border-color css
<style>
span { border-color: #DC1205; }
span { border-color: rgb(220,18,5); }
td.TdClassName
{
border-color: #DC1205;
}
.TagClassName
{
border-color: #DC1205;
}
</style>