Shades of Free Speech Red #DC0603
Tints of Free Speech Red #DC0603
RGB
CMYK
RGB Variations
Color information
#DC0603 (or 0xDC0603) is known color: Free Speech Red. HEX triplet: DC, 06 and 03. RGB value is (220,6,3). Sum of RGB (Red+Green+Blue) = 220+6+3=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0603 is #23F9FC. Grayscale: #454545. Windows color (decimal): -2357757 or 198364. OLE color: 198364.
HSL color Cylindrical-coordinate representation of color #DC0603: hue angle of 0.83º 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 #DC0603 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.14 |
| HSL | 0.83º | 0.97% | 0.44% | - |
| HSV(B) | 0.83º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 15.35 | 1.49 | - |
| YUV | 69.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 3 | 0 | 0.97 | 0.99 | 0.14 | 0.83 | 0.97 | 0.44 |
| Hex | DC | 6 | 3 | 0 | 61 | 63 | E | 1 | 61 | 2C |
| Octal | 334 | 6 | 3 | 0 | 141 | 143 | 16 | 1 | 141 | 54 |
| Binary | 11011100 | 110 | 11 | 0 | 1100001 | 1100011 | 1110 | 1 | 1100001 | 101100 |
Color Harmonies of #DC0603
Complementary color
Monochromatic Colors of #DC0603
Black with #DC0603
Text Example
Text Example
White with #DC0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0603; }
p { color: rgb(220,6,3); }
H1.HeaderClassName
{
color: #DC0603;
}
.AnyTagClassName
{
color: #DC0603;
}
</style>
background-color css
<style>
a { background-color: #DC0603; }
a { background-color: rgb(220,6,3); }
div.DivClassName
{
background-color: #DC0603;
}
.BgClassName
{
background-color: #DC0603;
}
</style>
border-color css
<style>
span { border-color: #DC0603; }
span { border-color: rgb(220,6,3); }
td.TdClassName
{
border-color: #DC0603;
}
.TagClassName
{
border-color: #DC0603;
}
</style>