Shades of Free Speech Red #DC0B09
Tints of Free Speech Red #DC0B09
RGB
CMYK
RGB Variations
Color information
#DC0B09 (or 0xDC0B09) is known color: Free Speech Red. HEX triplet: DC, 0B and 09. RGB value is (220,11,9). Sum of RGB (Red+Green+Blue) = 220+11+9=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0B09 is #23F4F6. Grayscale: #494949. Windows color (decimal): -2356471 or 592860. OLE color: 592860.
HSL color Cylindrical-coordinate representation of color #DC0B09: hue angle of 0.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.14 |
| HSL | 0.57º | 0.92% | 0.45% | - |
| HSV(B) | 0.57º | 0.96% | 0.86% | - |
| XYZ | 29.68 | 15.47 | 1.68 | - |
| YUV | 73.26 | 91.74 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 9 | 0 | 0.95 | 0.96 | 0.14 | 0.57 | 0.92 | 0.45 |
| Hex | DC | B | 9 | 0 | 5F | 60 | E | 1 | 5C | 2D |
| Octal | 334 | 13 | 11 | 0 | 137 | 140 | 16 | 1 | 134 | 55 |
| Binary | 11011100 | 1011 | 1001 | 0 | 1011111 | 1100000 | 1110 | 1 | 1011100 | 101101 |
Color Harmonies of #DC0B09
Complementary color
Monochromatic Colors of #DC0B09
Black with #DC0B09
Text Example
Text Example
White with #DC0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B09; }
p { color: rgb(220,11,9); }
H1.HeaderClassName
{
color: #DC0B09;
}
.AnyTagClassName
{
color: #DC0B09;
}
</style>
background-color css
<style>
a { background-color: #DC0B09; }
a { background-color: rgb(220,11,9); }
div.DivClassName
{
background-color: #DC0B09;
}
.BgClassName
{
background-color: #DC0B09;
}
</style>
border-color css
<style>
span { border-color: #DC0B09; }
span { border-color: rgb(220,11,9); }
td.TdClassName
{
border-color: #DC0B09;
}
.TagClassName
{
border-color: #DC0B09;
}
</style>