Shades of Free Speech Red #DC150D
Tints of Free Speech Red #DC150D
RGB
CMYK
RGB Variations
Color information
#DC150D (or 0xDC150D) is known color: Free Speech Red. HEX triplet: DC, 15 and 0D. RGB value is (220,21,13). Sum of RGB (Red+Green+Blue) = 220+21+13=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC150D is #23EAF2. Grayscale: #4F4F4F. Windows color (decimal): -2353907 or 857564. OLE color: 857564.
HSL color Cylindrical-coordinate representation of color #DC150D: hue angle of 2.32º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.14 |
| HSL | 2.32º | 0.89% | 0.46% | - |
| HSV(B) | 2.32º | 0.94% | 0.86% | - |
| XYZ | 29.86 | 15.78 | 1.85 | - |
| YUV | 79.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 13 | 0 | 0.90 | 0.94 | 0.14 | 2.32 | 0.89 | 0.46 |
| Hex | DC | 15 | D | 0 | 5A | 5E | E | 2 | 59 | 2E |
| Octal | 334 | 25 | 15 | 0 | 132 | 136 | 16 | 2 | 131 | 56 |
| Binary | 11011100 | 10101 | 1101 | 0 | 1011010 | 1011110 | 1110 | 10 | 1011001 | 101110 |
Color Harmonies of #DC150D
Complementary color
Monochromatic Colors of #DC150D
Black with #DC150D
Text Example
Text Example
White with #DC150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC150D; }
p { color: rgb(220,21,13); }
H1.HeaderClassName
{
color: #DC150D;
}
.AnyTagClassName
{
color: #DC150D;
}
</style>
background-color css
<style>
a { background-color: #DC150D; }
a { background-color: rgb(220,21,13); }
div.DivClassName
{
background-color: #DC150D;
}
.BgClassName
{
background-color: #DC150D;
}
</style>
border-color css
<style>
span { border-color: #DC150D; }
span { border-color: rgb(220,21,13); }
td.TdClassName
{
border-color: #DC150D;
}
.TagClassName
{
border-color: #DC150D;
}
</style>