Shades of Free Speech Red #DF0A02
Tints of Free Speech Red #DF0A02
RGB
CMYK
RGB Variations
Color information
#DF0A02 (or 0xDF0A02) is known color: Free Speech Red. HEX triplet: DF, 0A and 02. RGB value is (223,10,2). Sum of RGB (Red+Green+Blue) = 223+10+2=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A02 is #20F5FD. Grayscale: #494949. Windows color (decimal): -2160126 or 133855. OLE color: 133855.
HSL color Cylindrical-coordinate representation of color #DF0A02: hue angle of 2.17º degrees, saturation: 0.98, 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 #DF0A02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.13 |
| HSL | 2.17º | 0.98% | 0.44% | - |
| HSV(B) | 2.17º | 0.99% | 0.87% | - |
| XYZ | 30.55 | 15.91 | 1.52 | - |
| YUV | 72.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 2 | 0 | 0.96 | 0.99 | 0.13 | 2.17 | 0.98 | 0.44 |
| Hex | DF | A | 2 | 0 | 60 | 63 | D | 2 | 62 | 2C |
| Octal | 337 | 12 | 2 | 0 | 140 | 143 | 15 | 2 | 142 | 54 |
| Binary | 11011111 | 1010 | 10 | 0 | 1100000 | 1100011 | 1101 | 10 | 1100010 | 101100 |
Color Harmonies of #DF0A02
Complementary color
Monochromatic Colors of #DF0A02
Black with #DF0A02
Text Example
Text Example
White with #DF0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A02; }
p { color: rgb(223,10,2); }
H1.HeaderClassName
{
color: #DF0A02;
}
.AnyTagClassName
{
color: #DF0A02;
}
</style>
background-color css
<style>
a { background-color: #DF0A02; }
a { background-color: rgb(223,10,2); }
div.DivClassName
{
background-color: #DF0A02;
}
.BgClassName
{
background-color: #DF0A02;
}
</style>
border-color css
<style>
span { border-color: #DF0A02; }
span { border-color: rgb(223,10,2); }
td.TdClassName
{
border-color: #DF0A02;
}
.TagClassName
{
border-color: #DF0A02;
}
</style>