Shades of Free Speech Red #DF0E02
Tints of Free Speech Red #DF0E02
RGB
CMYK
RGB Variations
Color information
#DF0E02 (or 0xDF0E02) is known color: Free Speech Red. HEX triplet: DF, 0E and 02. RGB value is (223,14,2). Sum of RGB (Red+Green+Blue) = 223+14+2=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E02 is #20F1FD. Grayscale: #4B4B4B. Windows color (decimal): -2159102 or 134879. OLE color: 134879.
HSL color Cylindrical-coordinate representation of color #DF0E02: hue angle of 3.26º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0E02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.13 |
| HSL | 3.26º | 0.98% | 0.44% | - |
| HSV(B) | 3.26º | 0.99% | 0.87% | - |
| XYZ | 30.6 | 16.01 | 1.53 | - |
| YUV | 75.12 | 86.74 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 2 | 0 | 0.94 | 0.99 | 0.13 | 3.26 | 0.98 | 0.44 |
| Hex | DF | E | 2 | 0 | 5E | 63 | D | 3 | 62 | 2C |
| Octal | 337 | 16 | 2 | 0 | 136 | 143 | 15 | 3 | 142 | 54 |
| Binary | 11011111 | 1110 | 10 | 0 | 1011110 | 1100011 | 1101 | 11 | 1100010 | 101100 |
Color Harmonies of #DF0E02
Complementary color
Monochromatic Colors of #DF0E02
Black with #DF0E02
Text Example
Text Example
White with #DF0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E02; }
p { color: rgb(223,14,2); }
H1.HeaderClassName
{
color: #DF0E02;
}
.AnyTagClassName
{
color: #DF0E02;
}
</style>
background-color css
<style>
a { background-color: #DF0E02; }
a { background-color: rgb(223,14,2); }
div.DivClassName
{
background-color: #DF0E02;
}
.BgClassName
{
background-color: #DF0E02;
}
</style>
border-color css
<style>
span { border-color: #DF0E02; }
span { border-color: rgb(223,14,2); }
td.TdClassName
{
border-color: #DF0E02;
}
.TagClassName
{
border-color: #DF0E02;
}
</style>