Shades of Free Speech Red #DF0303
Tints of Free Speech Red #DF0303
RGB
CMYK
RGB Variations
Color information
#DF0303 (or 0xDF0303) is known color: Free Speech Red. HEX triplet: DF, 03 and 03. RGB value is (223,3,3). Sum of RGB (Red+Green+Blue) = 223+3+3=229 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.38% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0303 is #20FCFC. Grayscale: #444444. Windows color (decimal): -2161917 or 197599. OLE color: 197599.
HSL color Cylindrical-coordinate representation of color #DF0303: hue angle of 0º 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 #DF0303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.13 |
| HSL | 0º | 0.97% | 0.44% | - |
| HSV(B) | 0º | 0.99% | 0.87% | - |
| XYZ | 30.48 | 15.76 | 1.52 | - |
| YUV | 68.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 3 | 0 | 0.99 | 0.99 | 0.13 | 0 | 0.97 | 0.44 |
| Hex | DF | 3 | 3 | 0 | 63 | 63 | D | 0 | 61 | 2C |
| Octal | 337 | 3 | 3 | 0 | 143 | 143 | 15 | 0 | 141 | 54 |
| Binary | 11011111 | 11 | 11 | 0 | 1100011 | 1100011 | 1101 | 0 | 1100001 | 101100 |
Color Harmonies of #DF0303
Complementary color
Monochromatic Colors of #DF0303
Black with #DF0303
Text Example
Text Example
White with #DF0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0303; }
p { color: rgb(223,3,3); }
H1.HeaderClassName
{
color: #DF0303;
}
.AnyTagClassName
{
color: #DF0303;
}
</style>
background-color css
<style>
a { background-color: #DF0303; }
a { background-color: rgb(223,3,3); }
div.DivClassName
{
background-color: #DF0303;
}
.BgClassName
{
background-color: #DF0303;
}
</style>
border-color css
<style>
span { border-color: #DF0303; }
span { border-color: rgb(223,3,3); }
td.TdClassName
{
border-color: #DF0303;
}
.TagClassName
{
border-color: #DF0303;
}
</style>