Shades of Free Speech Red #DF0C00
Tints of Free Speech Red #DF0C00
RGB
CMYK
RGB Variations
Color information
#DF0C00 (or 0xDF0C00) is known color: Free Speech Red. HEX triplet: DF, 0C and 00. RGB value is (223,12,0). Sum of RGB (Red+Green+Blue) = 223+12+0=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0C00 is #20F3FF. Grayscale: #494949. Windows color (decimal): -2159616 or 3295. OLE color: 3295.
HSL color Cylindrical-coordinate representation of color #DF0C00: hue angle of 3.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.13 |
| HSL | 3.23º | 1% | 0.44% | - |
| HSV(B) | 3.23º | 1% | 0.87% | - |
| XYZ | 30.56 | 15.95 | 1.47 | - |
| YUV | 73.72 | 86.4 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 0 | 0 | 0.95 | 1 | 0.13 | 3.23 | 1 | 0.44 |
| Hex | DF | C | 0 | 0 | 5F | 64 | D | 3 | 64 | 2C |
| Octal | 337 | 14 | 0 | 0 | 137 | 144 | 15 | 3 | 144 | 54 |
| Binary | 11011111 | 1100 | 0 | 0 | 1011111 | 1100100 | 1101 | 11 | 1100100 | 101100 |
Color Harmonies of #DF0C00
Complementary color
Monochromatic Colors of #DF0C00
Black with #DF0C00
Text Example
Text Example
White with #DF0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C00; }
p { color: rgb(223,12,0); }
H1.HeaderClassName
{
color: #DF0C00;
}
.AnyTagClassName
{
color: #DF0C00;
}
</style>
background-color css
<style>
a { background-color: #DF0C00; }
a { background-color: rgb(223,12,0); }
div.DivClassName
{
background-color: #DF0C00;
}
.BgClassName
{
background-color: #DF0C00;
}
</style>
border-color css
<style>
span { border-color: #DF0C00; }
span { border-color: rgb(223,12,0); }
td.TdClassName
{
border-color: #DF0C00;
}
.TagClassName
{
border-color: #DF0C00;
}
</style>