Shades of Free Speech Red #DF0C03
Tints of Free Speech Red #DF0C03
RGB
CMYK
RGB Variations
Color information
#DF0C03 (or 0xDF0C03) is known color: Free Speech Red. HEX triplet: DF, 0C and 03. RGB value is (223,12,3). Sum of RGB (Red+Green+Blue) = 223+12+3=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0C03 is #20F3FC. Grayscale: #4A4A4A. Windows color (decimal): -2159613 or 199903. OLE color: 199903.
HSL color Cylindrical-coordinate representation of color #DF0C03: hue angle of 2.45º degrees, saturation: 0.97, 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 #DF0C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.13 |
| HSL | 2.45º | 0.97% | 0.44% | - |
| HSV(B) | 2.45º | 0.99% | 0.87% | - |
| XYZ | 30.58 | 15.96 | 1.55 | - |
| YUV | 74.06 | 87.9 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 3 | 0 | 0.95 | 0.99 | 0.13 | 2.45 | 0.97 | 0.44 |
| Hex | DF | C | 3 | 0 | 5F | 63 | D | 2 | 61 | 2C |
| Octal | 337 | 14 | 3 | 0 | 137 | 143 | 15 | 2 | 141 | 54 |
| Binary | 11011111 | 1100 | 11 | 0 | 1011111 | 1100011 | 1101 | 10 | 1100001 | 101100 |
Color Harmonies of #DF0C03
Complementary color
Monochromatic Colors of #DF0C03
Black with #DF0C03
Text Example
Text Example
White with #DF0C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C03; }
p { color: rgb(223,12,3); }
H1.HeaderClassName
{
color: #DF0C03;
}
.AnyTagClassName
{
color: #DF0C03;
}
</style>
background-color css
<style>
a { background-color: #DF0C03; }
a { background-color: rgb(223,12,3); }
div.DivClassName
{
background-color: #DF0C03;
}
.BgClassName
{
background-color: #DF0C03;
}
</style>
border-color css
<style>
span { border-color: #DF0C03; }
span { border-color: rgb(223,12,3); }
td.TdClassName
{
border-color: #DF0C03;
}
.TagClassName
{
border-color: #DF0C03;
}
</style>