Shades of Free Speech Red #DC1002
Tints of Free Speech Red #DC1002
RGB
CMYK
RGB Variations
Color information
#DC1002 (or 0xDC1002) is known color: Free Speech Red. HEX triplet: DC, 10 and 02. RGB value is (220,16,2). Sum of RGB (Red+Green+Blue) = 220+16+2=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1002 is #23EFFD. Grayscale: #4B4B4B. Windows color (decimal): -2355198 or 135388. OLE color: 135388.
HSL color Cylindrical-coordinate representation of color #DC1002: hue angle of 3.85º 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 #DC1002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.14 |
| HSL | 3.85º | 0.98% | 0.44% | - |
| HSV(B) | 3.85º | 0.99% | 0.86% | - |
| XYZ | 29.71 | 15.59 | 1.5 | - |
| YUV | 75.4 | 86.59 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 2 | 0 | 0.93 | 0.99 | 0.14 | 3.85 | 0.98 | 0.44 |
| Hex | DC | 10 | 2 | 0 | 5D | 63 | E | 4 | 62 | 2C |
| Octal | 334 | 20 | 2 | 0 | 135 | 143 | 16 | 4 | 142 | 54 |
| Binary | 11011100 | 10000 | 10 | 0 | 1011101 | 1100011 | 1110 | 100 | 1100010 | 101100 |
Color Harmonies of #DC1002
Complementary color
Monochromatic Colors of #DC1002
Black with #DC1002
Text Example
Text Example
White with #DC1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1002; }
p { color: rgb(220,16,2); }
H1.HeaderClassName
{
color: #DC1002;
}
.AnyTagClassName
{
color: #DC1002;
}
</style>
background-color css
<style>
a { background-color: #DC1002; }
a { background-color: rgb(220,16,2); }
div.DivClassName
{
background-color: #DC1002;
}
.BgClassName
{
background-color: #DC1002;
}
</style>
border-color css
<style>
span { border-color: #DC1002; }
span { border-color: rgb(220,16,2); }
td.TdClassName
{
border-color: #DC1002;
}
.TagClassName
{
border-color: #DC1002;
}
</style>