Shades of Free Speech Red #DC0802
Tints of Free Speech Red #DC0802
RGB
CMYK
RGB Variations
Color information
#DC0802 (or 0xDC0802) is known color: Free Speech Red. HEX triplet: DC, 08 and 02. RGB value is (220,8,2). Sum of RGB (Red+Green+Blue) = 220+8+2=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0802 is #23F7FD. Grayscale: #464646. Windows color (decimal): -2357246 or 133340. OLE color: 133340.
HSL color Cylindrical-coordinate representation of color #DC0802: hue angle of 1.65º 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 #DC0802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.14 |
| HSL | 1.65º | 0.98% | 0.44% | - |
| HSV(B) | 1.65º | 0.99% | 0.86% | - |
| XYZ | 29.61 | 15.39 | 1.47 | - |
| YUV | 70.7 | 89.24 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 2 | 0 | 0.96 | 0.99 | 0.14 | 1.65 | 0.98 | 0.44 |
| Hex | DC | 8 | 2 | 0 | 60 | 63 | E | 2 | 62 | 2C |
| Octal | 334 | 10 | 2 | 0 | 140 | 143 | 16 | 2 | 142 | 54 |
| Binary | 11011100 | 1000 | 10 | 0 | 1100000 | 1100011 | 1110 | 10 | 1100010 | 101100 |
Color Harmonies of #DC0802
Complementary color
Monochromatic Colors of #DC0802
Black with #DC0802
Text Example
Text Example
White with #DC0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0802; }
p { color: rgb(220,8,2); }
H1.HeaderClassName
{
color: #DC0802;
}
.AnyTagClassName
{
color: #DC0802;
}
</style>
background-color css
<style>
a { background-color: #DC0802; }
a { background-color: rgb(220,8,2); }
div.DivClassName
{
background-color: #DC0802;
}
.BgClassName
{
background-color: #DC0802;
}
</style>
border-color css
<style>
span { border-color: #DC0802; }
span { border-color: rgb(220,8,2); }
td.TdClassName
{
border-color: #DC0802;
}
.TagClassName
{
border-color: #DC0802;
}
</style>