Shades of Free Speech Red #DC130D
Tints of Free Speech Red #DC130D
RGB
CMYK
RGB Variations
Color information
#DC130D (or 0xDC130D) is known color: Free Speech Red. HEX triplet: DC, 13 and 0D. RGB value is (220,19,13). Sum of RGB (Red+Green+Blue) = 220+19+13=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC130D is #23ECF2. Grayscale: #4E4E4E. Windows color (decimal): -2354419 or 857052. OLE color: 857052.
HSL color Cylindrical-coordinate representation of color #DC130D: hue angle of 1.74º 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 #DC130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.14 |
| HSL | 1.74º | 0.89% | 0.46% | - |
| HSV(B) | 1.74º | 0.94% | 0.86% | - |
| XYZ | 29.82 | 15.71 | 1.84 | - |
| YUV | 78.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 13 | 0 | 0.91 | 0.94 | 0.14 | 1.74 | 0.89 | 0.46 |
| Hex | DC | 13 | D | 0 | 5B | 5E | E | 2 | 59 | 2E |
| Octal | 334 | 23 | 15 | 0 | 133 | 136 | 16 | 2 | 131 | 56 |
| Binary | 11011100 | 10011 | 1101 | 0 | 1011011 | 1011110 | 1110 | 10 | 1011001 | 101110 |
Color Harmonies of #DC130D
Complementary color
Monochromatic Colors of #DC130D
Black with #DC130D
Text Example
Text Example
White with #DC130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC130D; }
p { color: rgb(220,19,13); }
H1.HeaderClassName
{
color: #DC130D;
}
.AnyTagClassName
{
color: #DC130D;
}
</style>
background-color css
<style>
a { background-color: #DC130D; }
a { background-color: rgb(220,19,13); }
div.DivClassName
{
background-color: #DC130D;
}
.BgClassName
{
background-color: #DC130D;
}
</style>
border-color css
<style>
span { border-color: #DC130D; }
span { border-color: rgb(220,19,13); }
td.TdClassName
{
border-color: #DC130D;
}
.TagClassName
{
border-color: #DC130D;
}
</style>