Shades of Free Speech Red #DC0701
Tints of Free Speech Red #DC0701
RGB
CMYK
RGB Variations
Color information
#DC0701 (or 0xDC0701) is known color: Free Speech Red. HEX triplet: DC, 07 and 01. RGB value is (220,7,1). Sum of RGB (Red+Green+Blue) = 220+7+1=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0701 is #23F8FE. Grayscale: #464646. Windows color (decimal): -2357503 or 67548. OLE color: 67548.
HSL color Cylindrical-coordinate representation of color #DC0701: hue angle of 1.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.14 |
| HSL | 1.64º | 0.99% | 0.43% | - |
| HSV(B) | 1.64º | 1% | 0.86% | - |
| XYZ | 29.6 | 15.37 | 1.44 | - |
| YUV | 70 | 89.07 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 1 | 0 | 0.97 | 1.00 | 0.14 | 1.64 | 0.99 | 0.43 |
| Hex | DC | 7 | 1 | 0 | 61 | 64 | E | 2 | 63 | 2B |
| Octal | 334 | 7 | 1 | 0 | 141 | 144 | 16 | 2 | 143 | 53 |
| Binary | 11011100 | 111 | 1 | 0 | 1100001 | 1100100 | 1110 | 10 | 1100011 | 101011 |
Color Harmonies of #DC0701
Complementary color
Monochromatic Colors of #DC0701
Black with #DC0701
Text Example
Text Example
White with #DC0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0701; }
p { color: rgb(220,7,1); }
H1.HeaderClassName
{
color: #DC0701;
}
.AnyTagClassName
{
color: #DC0701;
}
</style>
background-color css
<style>
a { background-color: #DC0701; }
a { background-color: rgb(220,7,1); }
div.DivClassName
{
background-color: #DC0701;
}
.BgClassName
{
background-color: #DC0701;
}
</style>
border-color css
<style>
span { border-color: #DC0701; }
span { border-color: rgb(220,7,1); }
td.TdClassName
{
border-color: #DC0701;
}
.TagClassName
{
border-color: #DC0701;
}
</style>