Shades of Free Speech Red #DF0B03
Tints of Free Speech Red #DF0B03
RGB
CMYK
RGB Variations
Color information
#DF0B03 (or 0xDF0B03) is known color: Free Speech Red. HEX triplet: DF, 0B and 03. RGB value is (223,11,3). Sum of RGB (Red+Green+Blue) = 223+11+3=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B03 is #20F4FC. Grayscale: #494949. Windows color (decimal): -2159869 or 199647. OLE color: 199647.
HSL color Cylindrical-coordinate representation of color #DF0B03: hue angle of 2.18º 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 #DF0B03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.13 |
| HSL | 2.18º | 0.97% | 0.44% | - |
| HSV(B) | 2.18º | 0.99% | 0.87% | - |
| XYZ | 30.57 | 15.93 | 1.55 | - |
| YUV | 73.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 3 | 0 | 0.95 | 0.99 | 0.13 | 2.18 | 0.97 | 0.44 |
| Hex | DF | B | 3 | 0 | 5F | 63 | D | 2 | 61 | 2C |
| Octal | 337 | 13 | 3 | 0 | 137 | 143 | 15 | 2 | 141 | 54 |
| Binary | 11011111 | 1011 | 11 | 0 | 1011111 | 1100011 | 1101 | 10 | 1100001 | 101100 |
Color Harmonies of #DF0B03
Complementary color
Monochromatic Colors of #DF0B03
Black with #DF0B03
Text Example
Text Example
White with #DF0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B03; }
p { color: rgb(223,11,3); }
H1.HeaderClassName
{
color: #DF0B03;
}
.AnyTagClassName
{
color: #DF0B03;
}
</style>
background-color css
<style>
a { background-color: #DF0B03; }
a { background-color: rgb(223,11,3); }
div.DivClassName
{
background-color: #DF0B03;
}
.BgClassName
{
background-color: #DF0B03;
}
</style>
border-color css
<style>
span { border-color: #DF0B03; }
span { border-color: rgb(223,11,3); }
td.TdClassName
{
border-color: #DF0B03;
}
.TagClassName
{
border-color: #DF0B03;
}
</style>