Shades of Free Speech Red #DC0F02
Tints of Free Speech Red #DC0F02
RGB
CMYK
RGB Variations
Color information
#DC0F02 (or 0xDC0F02) is known color: Free Speech Red. HEX triplet: DC, 0F and 02. RGB value is (220,15,2). Sum of RGB (Red+Green+Blue) = 220+15+2=237 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.83% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F02 is #23F0FD. Grayscale: #4B4B4B. Windows color (decimal): -2355454 or 135132. OLE color: 135132.
HSL color Cylindrical-coordinate representation of color #DC0F02: hue angle of 3.58º 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 #DC0F02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.14 |
| HSL | 3.58º | 0.98% | 0.44% | - |
| HSV(B) | 3.58º | 0.99% | 0.86% | - |
| XYZ | 29.7 | 15.56 | 1.5 | - |
| YUV | 74.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 2 | 0 | 0.93 | 0.99 | 0.14 | 3.58 | 0.98 | 0.44 |
| Hex | DC | F | 2 | 0 | 5D | 63 | E | 4 | 62 | 2C |
| Octal | 334 | 17 | 2 | 0 | 135 | 143 | 16 | 4 | 142 | 54 |
| Binary | 11011100 | 1111 | 10 | 0 | 1011101 | 1100011 | 1110 | 100 | 1100010 | 101100 |
Color Harmonies of #DC0F02
Complementary color
Monochromatic Colors of #DC0F02
Black with #DC0F02
Text Example
Text Example
White with #DC0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F02; }
p { color: rgb(220,15,2); }
H1.HeaderClassName
{
color: #DC0F02;
}
.AnyTagClassName
{
color: #DC0F02;
}
</style>
background-color css
<style>
a { background-color: #DC0F02; }
a { background-color: rgb(220,15,2); }
div.DivClassName
{
background-color: #DC0F02;
}
.BgClassName
{
background-color: #DC0F02;
}
</style>
border-color css
<style>
span { border-color: #DC0F02; }
span { border-color: rgb(220,15,2); }
td.TdClassName
{
border-color: #DC0F02;
}
.TagClassName
{
border-color: #DC0F02;
}
</style>