Shades of Free Speech Red #DC1507
Tints of Free Speech Red #DC1507
RGB
CMYK
RGB Variations
Color information
#DC1507 (or 0xDC1507) is known color: Free Speech Red. HEX triplet: DC, 15 and 07. RGB value is (220,21,7). Sum of RGB (Red+Green+Blue) = 220+21+7=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1507 is #23EAF8. Grayscale: #4F4F4F. Windows color (decimal): -2353913 or 464348. OLE color: 464348.
HSL color Cylindrical-coordinate representation of color #DC1507: hue angle of 3.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC1507 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.14 |
| HSL | 3.94º | 0.94% | 0.45% | - |
| HSV(B) | 3.94º | 0.97% | 0.86% | - |
| XYZ | 29.82 | 15.77 | 1.67 | - |
| YUV | 78.91 | 87.43 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 7 | 0 | 0.90 | 0.97 | 0.14 | 3.94 | 0.94 | 0.45 |
| Hex | DC | 15 | 7 | 0 | 5A | 61 | E | 4 | 5E | 2D |
| Octal | 334 | 25 | 7 | 0 | 132 | 141 | 16 | 4 | 136 | 55 |
| Binary | 11011100 | 10101 | 111 | 0 | 1011010 | 1100001 | 1110 | 100 | 1011110 | 101101 |
Color Harmonies of #DC1507
Complementary color
Monochromatic Colors of #DC1507
Black with #DC1507
Text Example
Text Example
White with #DC1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1507; }
p { color: rgb(220,21,7); }
H1.HeaderClassName
{
color: #DC1507;
}
.AnyTagClassName
{
color: #DC1507;
}
</style>
background-color css
<style>
a { background-color: #DC1507; }
a { background-color: rgb(220,21,7); }
div.DivClassName
{
background-color: #DC1507;
}
.BgClassName
{
background-color: #DC1507;
}
</style>
border-color css
<style>
span { border-color: #DC1507; }
span { border-color: rgb(220,21,7); }
td.TdClassName
{
border-color: #DC1507;
}
.TagClassName
{
border-color: #DC1507;
}
</style>