Shades of Free Speech Red #DC1503
Tints of Free Speech Red #DC1503
RGB
CMYK
RGB Variations
Color information
#DC1503 (or 0xDC1503) is known color: Free Speech Red. HEX triplet: DC, 15 and 03. RGB value is (220,21,3). Sum of RGB (Red+Green+Blue) = 220+21+3=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1503 is #23EAFC. Grayscale: #4E4E4E. Windows color (decimal): -2353917 or 202204. OLE color: 202204.
HSL color Cylindrical-coordinate representation of color #DC1503: hue angle of 4.98º degrees, saturation: 0.97, 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 #DC1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.14 |
| HSL | 4.98º | 0.97% | 0.44% | - |
| HSV(B) | 4.98º | 0.99% | 0.86% | - |
| XYZ | 29.8 | 15.76 | 1.56 | - |
| YUV | 78.45 | 85.43 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 3 | 0 | 0.90 | 0.99 | 0.14 | 4.98 | 0.97 | 0.44 |
| Hex | DC | 15 | 3 | 0 | 5A | 63 | E | 5 | 61 | 2C |
| Octal | 334 | 25 | 3 | 0 | 132 | 143 | 16 | 5 | 141 | 54 |
| Binary | 11011100 | 10101 | 11 | 0 | 1011010 | 1100011 | 1110 | 101 | 1100001 | 101100 |
Color Harmonies of #DC1503
Complementary color
Monochromatic Colors of #DC1503
Black with #DC1503
Text Example
Text Example
White with #DC1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1503; }
p { color: rgb(220,21,3); }
H1.HeaderClassName
{
color: #DC1503;
}
.AnyTagClassName
{
color: #DC1503;
}
</style>
background-color css
<style>
a { background-color: #DC1503; }
a { background-color: rgb(220,21,3); }
div.DivClassName
{
background-color: #DC1503;
}
.BgClassName
{
background-color: #DC1503;
}
</style>
border-color css
<style>
span { border-color: #DC1503; }
span { border-color: rgb(220,21,3); }
td.TdClassName
{
border-color: #DC1503;
}
.TagClassName
{
border-color: #DC1503;
}
</style>