Shades of Free Speech Red #DC0902
Tints of Free Speech Red #DC0902
RGB
CMYK
RGB Variations
Color information
#DC0902 (or 0xDC0902) is known color: Free Speech Red. HEX triplet: DC, 09 and 02. RGB value is (220,9,2). Sum of RGB (Red+Green+Blue) = 220+9+2=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0902 is #23F6FD. Grayscale: #474747. Windows color (decimal): -2356990 or 133596. OLE color: 133596.
HSL color Cylindrical-coordinate representation of color #DC0902: hue angle of 1.93º degrees, saturation: 0.98, 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 #DC0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.14 |
| HSL | 1.93º | 0.98% | 0.44% | - |
| HSV(B) | 1.93º | 0.99% | 0.86% | - |
| XYZ | 29.62 | 15.42 | 1.47 | - |
| YUV | 71.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 2 | 0 | 0.96 | 0.99 | 0.14 | 1.93 | 0.98 | 0.44 |
| Hex | DC | 9 | 2 | 0 | 60 | 63 | E | 2 | 62 | 2C |
| Octal | 334 | 11 | 2 | 0 | 140 | 143 | 16 | 2 | 142 | 54 |
| Binary | 11011100 | 1001 | 10 | 0 | 1100000 | 1100011 | 1110 | 10 | 1100010 | 101100 |
Color Harmonies of #DC0902
Complementary color
Monochromatic Colors of #DC0902
Black with #DC0902
Text Example
Text Example
White with #DC0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0902; }
p { color: rgb(220,9,2); }
H1.HeaderClassName
{
color: #DC0902;
}
.AnyTagClassName
{
color: #DC0902;
}
</style>
background-color css
<style>
a { background-color: #DC0902; }
a { background-color: rgb(220,9,2); }
div.DivClassName
{
background-color: #DC0902;
}
.BgClassName
{
background-color: #DC0902;
}
</style>
border-color css
<style>
span { border-color: #DC0902; }
span { border-color: rgb(220,9,2); }
td.TdClassName
{
border-color: #DC0902;
}
.TagClassName
{
border-color: #DC0902;
}
</style>