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