Shades of Free Speech Red #DC0903
Tints of Free Speech Red #DC0903
RGB
CMYK
RGB Variations
Color information
#DC0903 (or 0xDC0903) is known color: Free Speech Red. HEX triplet: DC, 09 and 03. RGB value is (220,9,3). Sum of RGB (Red+Green+Blue) = 220+9+3=232 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.83% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0903 is #23F6FC. Grayscale: #474747. Windows color (decimal): -2356989 or 199132. OLE color: 199132.
HSL color Cylindrical-coordinate representation of color #DC0903: hue angle of 1.66º 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 #DC0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.14 |
| HSL | 1.66º | 0.97% | 0.44% | - |
| HSV(B) | 1.66º | 0.99% | 0.86% | - |
| XYZ | 29.63 | 15.42 | 1.5 | - |
| YUV | 71.41 | 89.4 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 3 | 0 | 0.96 | 0.99 | 0.14 | 1.66 | 0.97 | 0.44 |
| Hex | DC | 9 | 3 | 0 | 60 | 63 | E | 2 | 61 | 2C |
| Octal | 334 | 11 | 3 | 0 | 140 | 143 | 16 | 2 | 141 | 54 |
| Binary | 11011100 | 1001 | 11 | 0 | 1100000 | 1100011 | 1110 | 10 | 1100001 | 101100 |
Color Harmonies of #DC0903
Complementary color
Monochromatic Colors of #DC0903
Black with #DC0903
Text Example
Text Example
White with #DC0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0903; }
p { color: rgb(220,9,3); }
H1.HeaderClassName
{
color: #DC0903;
}
.AnyTagClassName
{
color: #DC0903;
}
</style>
background-color css
<style>
a { background-color: #DC0903; }
a { background-color: rgb(220,9,3); }
div.DivClassName
{
background-color: #DC0903;
}
.BgClassName
{
background-color: #DC0903;
}
</style>
border-color css
<style>
span { border-color: #DC0903; }
span { border-color: rgb(220,9,3); }
td.TdClassName
{
border-color: #DC0903;
}
.TagClassName
{
border-color: #DC0903;
}
</style>