Shades of Free Speech Red #DC0503
Tints of Free Speech Red #DC0503
RGB
CMYK
RGB Variations
Color information
#DC0503 (or 0xDC0503) is known color: Free Speech Red. HEX triplet: DC, 05 and 03. RGB value is (220,5,3). Sum of RGB (Red+Green+Blue) = 220+5+3=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0503 is #23FAFC. Grayscale: #454545. Windows color (decimal): -2358013 or 198108. OLE color: 198108.
HSL color Cylindrical-coordinate representation of color #DC0503: hue angle of 0.55º 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 #DC0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.14 |
| HSL | 0.55º | 0.97% | 0.44% | - |
| HSV(B) | 0.55º | 0.99% | 0.86% | - |
| XYZ | 29.59 | 15.33 | 1.49 | - |
| YUV | 69.06 | 90.73 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 3 | 0 | 0.98 | 0.99 | 0.14 | 0.55 | 0.97 | 0.44 |
| Hex | DC | 5 | 3 | 0 | 62 | 63 | E | 1 | 61 | 2C |
| Octal | 334 | 5 | 3 | 0 | 142 | 143 | 16 | 1 | 141 | 54 |
| Binary | 11011100 | 101 | 11 | 0 | 1100010 | 1100011 | 1110 | 1 | 1100001 | 101100 |
Color Harmonies of #DC0503
Complementary color
Monochromatic Colors of #DC0503
Black with #DC0503
Text Example
Text Example
White with #DC0503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0503; }
p { color: rgb(220,5,3); }
H1.HeaderClassName
{
color: #DC0503;
}
.AnyTagClassName
{
color: #DC0503;
}
</style>
background-color css
<style>
a { background-color: #DC0503; }
a { background-color: rgb(220,5,3); }
div.DivClassName
{
background-color: #DC0503;
}
.BgClassName
{
background-color: #DC0503;
}
</style>
border-color css
<style>
span { border-color: #DC0503; }
span { border-color: rgb(220,5,3); }
td.TdClassName
{
border-color: #DC0503;
}
.TagClassName
{
border-color: #DC0503;
}
</style>