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