Shades of Free Speech Red #DC1408
Tints of Free Speech Red #DC1408
RGB
CMYK
RGB Variations
Color information
#DC1408 (or 0xDC1408) is known color: Free Speech Red. HEX triplet: DC, 14 and 08. RGB value is (220,20,8). Sum of RGB (Red+Green+Blue) = 220+20+8=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1408 is #23EBF7. Grayscale: #4E4E4E. Windows color (decimal): -2354168 or 529628. OLE color: 529628.
HSL color Cylindrical-coordinate representation of color #DC1408: hue angle of 3.4º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC1408 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.14 |
| HSL | 3.4º | 0.93% | 0.45% | - |
| HSV(B) | 3.4º | 0.96% | 0.86% | - |
| XYZ | 29.81 | 15.73 | 1.7 | - |
| YUV | 78.43 | 88.26 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 8 | 0 | 0.91 | 0.96 | 0.14 | 3.4 | 0.93 | 0.45 |
| Hex | DC | 14 | 8 | 0 | 5B | 60 | E | 3 | 5D | 2D |
| Octal | 334 | 24 | 10 | 0 | 133 | 140 | 16 | 3 | 135 | 55 |
| Binary | 11011100 | 10100 | 1000 | 0 | 1011011 | 1100000 | 1110 | 11 | 1011101 | 101101 |
Color Harmonies of #DC1408
Complementary color
Monochromatic Colors of #DC1408
Black with #DC1408
Text Example
Text Example
White with #DC1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1408; }
p { color: rgb(220,20,8); }
H1.HeaderClassName
{
color: #DC1408;
}
.AnyTagClassName
{
color: #DC1408;
}
</style>
background-color css
<style>
a { background-color: #DC1408; }
a { background-color: rgb(220,20,8); }
div.DivClassName
{
background-color: #DC1408;
}
.BgClassName
{
background-color: #DC1408;
}
</style>
border-color css
<style>
span { border-color: #DC1408; }
span { border-color: rgb(220,20,8); }
td.TdClassName
{
border-color: #DC1408;
}
.TagClassName
{
border-color: #DC1408;
}
</style>