Shades of Free Speech Red #D80E02
Tints of Free Speech Red #D80E02
RGB
CMYK
RGB Variations
Color information
#D80E02 (or 0xD80E02) is known color: Free Speech Red. HEX triplet: D8, 0E and 02. RGB value is (216,14,2). Sum of RGB (Red+Green+Blue) = 216+14+2=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E02 is #27F1FD. Grayscale: #494949. Windows color (decimal): -2617854 or 134872. OLE color: 134872.
HSL color Cylindrical-coordinate representation of color #D80E02: hue angle of 3.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80E02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.15 |
| HSL | 3.36º | 0.98% | 0.43% | - |
| HSV(B) | 3.36º | 0.99% | 0.85% | - |
| XYZ | 28.49 | 14.92 | 1.44 | - |
| YUV | 73.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 2 | 0 | 0.94 | 0.99 | 0.15 | 3.36 | 0.98 | 0.43 |
| Hex | D8 | E | 2 | 0 | 5E | 63 | F | 3 | 62 | 2B |
| Octal | 330 | 16 | 2 | 0 | 136 | 143 | 17 | 3 | 142 | 53 |
| Binary | 11011000 | 1110 | 10 | 0 | 1011110 | 1100011 | 1111 | 11 | 1100010 | 101011 |
Color Harmonies of #D80E02
Complementary color
Monochromatic Colors of #D80E02
Black with #D80E02
Text Example
Text Example
White with #D80E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E02; }
p { color: rgb(216,14,2); }
H1.HeaderClassName
{
color: #D80E02;
}
.AnyTagClassName
{
color: #D80E02;
}
</style>
background-color css
<style>
a { background-color: #D80E02; }
a { background-color: rgb(216,14,2); }
div.DivClassName
{
background-color: #D80E02;
}
.BgClassName
{
background-color: #D80E02;
}
</style>
border-color css
<style>
span { border-color: #D80E02; }
span { border-color: rgb(216,14,2); }
td.TdClassName
{
border-color: #D80E02;
}
.TagClassName
{
border-color: #D80E02;
}
</style>