Shades of Free Speech Red #DC0702
Tints of Free Speech Red #DC0702
RGB
CMYK
RGB Variations
Color information
#DC0702 (or 0xDC0702) is known color: Free Speech Red. HEX triplet: DC, 07 and 02. RGB value is (220,7,2). Sum of RGB (Red+Green+Blue) = 220+7+2=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0702 is #23F8FD. Grayscale: #464646. Windows color (decimal): -2357502 or 133084. OLE color: 133084.
HSL color Cylindrical-coordinate representation of color #DC0702: hue angle of 1.38º 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 #DC0702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.14 |
| HSL | 1.38º | 0.98% | 0.44% | - |
| HSV(B) | 1.38º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 15.37 | 1.46 | - |
| YUV | 70.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 2 | 0 | 0.97 | 0.99 | 0.14 | 1.38 | 0.98 | 0.44 |
| Hex | DC | 7 | 2 | 0 | 61 | 63 | E | 1 | 62 | 2C |
| Octal | 334 | 7 | 2 | 0 | 141 | 143 | 16 | 1 | 142 | 54 |
| Binary | 11011100 | 111 | 10 | 0 | 1100001 | 1100011 | 1110 | 1 | 1100010 | 101100 |
Color Harmonies of #DC0702
Complementary color
Monochromatic Colors of #DC0702
Black with #DC0702
Text Example
Text Example
White with #DC0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0702; }
p { color: rgb(220,7,2); }
H1.HeaderClassName
{
color: #DC0702;
}
.AnyTagClassName
{
color: #DC0702;
}
</style>
background-color css
<style>
a { background-color: #DC0702; }
a { background-color: rgb(220,7,2); }
div.DivClassName
{
background-color: #DC0702;
}
.BgClassName
{
background-color: #DC0702;
}
</style>
border-color css
<style>
span { border-color: #DC0702; }
span { border-color: rgb(220,7,2); }
td.TdClassName
{
border-color: #DC0702;
}
.TagClassName
{
border-color: #DC0702;
}
</style>