Shades of Free Speech Red #DC1202
Tints of Free Speech Red #DC1202
RGB
CMYK
RGB Variations
Color information
#DC1202 (or 0xDC1202) is known color: Free Speech Red. HEX triplet: DC, 12 and 02. RGB value is (220,18,2). Sum of RGB (Red+Green+Blue) = 220+18+2=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1202 is #23EDFD. Grayscale: #4C4C4C. Windows color (decimal): -2354686 or 135900. OLE color: 135900.
HSL color Cylindrical-coordinate representation of color #DC1202: hue angle of 4.4º degrees, saturation: 0.98, 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 #DC1202 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.14 |
| HSL | 4.4º | 0.98% | 0.44% | - |
| HSV(B) | 4.4º | 0.99% | 0.86% | - |
| XYZ | 29.74 | 15.65 | 1.51 | - |
| YUV | 76.57 | 85.92 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 2 | 0 | 0.92 | 0.99 | 0.14 | 4.4 | 0.98 | 0.44 |
| Hex | DC | 12 | 2 | 0 | 5C | 63 | E | 4 | 62 | 2C |
| Octal | 334 | 22 | 2 | 0 | 134 | 143 | 16 | 4 | 142 | 54 |
| Binary | 11011100 | 10010 | 10 | 0 | 1011100 | 1100011 | 1110 | 100 | 1100010 | 101100 |
Color Harmonies of #DC1202
Complementary color
Monochromatic Colors of #DC1202
Black with #DC1202
Text Example
Text Example
White with #DC1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1202; }
p { color: rgb(220,18,2); }
H1.HeaderClassName
{
color: #DC1202;
}
.AnyTagClassName
{
color: #DC1202;
}
</style>
background-color css
<style>
a { background-color: #DC1202; }
a { background-color: rgb(220,18,2); }
div.DivClassName
{
background-color: #DC1202;
}
.BgClassName
{
background-color: #DC1202;
}
</style>
border-color css
<style>
span { border-color: #DC1202; }
span { border-color: rgb(220,18,2); }
td.TdClassName
{
border-color: #DC1202;
}
.TagClassName
{
border-color: #DC1202;
}
</style>