Shades of Free Speech Red #DC0C02
Tints of Free Speech Red #DC0C02
RGB
CMYK
RGB Variations
Color information
#DC0C02 (or 0xDC0C02) is known color: Free Speech Red. HEX triplet: DC, 0C and 02. RGB value is (220,12,2). Sum of RGB (Red+Green+Blue) = 220+12+2=234 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.02% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0C02 is #23F3FD. Grayscale: #494949. Windows color (decimal): -2356222 or 134364. OLE color: 134364.
HSL color Cylindrical-coordinate representation of color #DC0C02: hue angle of 2.75º 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 #DC0C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.14 |
| HSL | 2.75º | 0.98% | 0.44% | - |
| HSV(B) | 2.75º | 0.99% | 0.86% | - |
| XYZ | 29.66 | 15.48 | 1.48 | - |
| YUV | 73.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 2 | 0 | 0.95 | 0.99 | 0.14 | 2.75 | 0.98 | 0.44 |
| Hex | DC | C | 2 | 0 | 5F | 63 | E | 3 | 62 | 2C |
| Octal | 334 | 14 | 2 | 0 | 137 | 143 | 16 | 3 | 142 | 54 |
| Binary | 11011100 | 1100 | 10 | 0 | 1011111 | 1100011 | 1110 | 11 | 1100010 | 101100 |
Color Harmonies of #DC0C02
Complementary color
Monochromatic Colors of #DC0C02
Black with #DC0C02
Text Example
Text Example
White with #DC0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C02; }
p { color: rgb(220,12,2); }
H1.HeaderClassName
{
color: #DC0C02;
}
.AnyTagClassName
{
color: #DC0C02;
}
</style>
background-color css
<style>
a { background-color: #DC0C02; }
a { background-color: rgb(220,12,2); }
div.DivClassName
{
background-color: #DC0C02;
}
.BgClassName
{
background-color: #DC0C02;
}
</style>
border-color css
<style>
span { border-color: #DC0C02; }
span { border-color: rgb(220,12,2); }
td.TdClassName
{
border-color: #DC0C02;
}
.TagClassName
{
border-color: #DC0C02;
}
</style>