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