Shades of Free Speech Red #DF0502
Tints of Free Speech Red #DF0502
RGB
CMYK
RGB Variations
Color information
#DF0502 (or 0xDF0502) is known color: Free Speech Red. HEX triplet: DF, 05 and 02. RGB value is (223,5,2). Sum of RGB (Red+Green+Blue) = 223+5+2=230 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.96% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0502 is #20FAFD. Grayscale: #464646. Windows color (decimal): -2161406 or 132575. OLE color: 132575.
HSL color Cylindrical-coordinate representation of color #DF0502: hue angle of 0.81º 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 #DF0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.13 |
| HSL | 0.81º | 0.98% | 0.44% | - |
| HSV(B) | 0.81º | 0.99% | 0.87% | - |
| XYZ | 30.5 | 15.8 | 1.5 | - |
| YUV | 69.84 | 89.72 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 2 | 0 | 0.98 | 0.99 | 0.13 | 0.81 | 0.98 | 0.44 |
| Hex | DF | 5 | 2 | 0 | 62 | 63 | D | 1 | 62 | 2C |
| Octal | 337 | 5 | 2 | 0 | 142 | 143 | 15 | 1 | 142 | 54 |
| Binary | 11011111 | 101 | 10 | 0 | 1100010 | 1100011 | 1101 | 1 | 1100010 | 101100 |
Color Harmonies of #DF0502
Complementary color
Monochromatic Colors of #DF0502
Black with #DF0502
Text Example
Text Example
White with #DF0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0502; }
p { color: rgb(223,5,2); }
H1.HeaderClassName
{
color: #DF0502;
}
.AnyTagClassName
{
color: #DF0502;
}
</style>
background-color css
<style>
a { background-color: #DF0502; }
a { background-color: rgb(223,5,2); }
div.DivClassName
{
background-color: #DF0502;
}
.BgClassName
{
background-color: #DF0502;
}
</style>
border-color css
<style>
span { border-color: #DF0502; }
span { border-color: rgb(223,5,2); }
td.TdClassName
{
border-color: #DF0502;
}
.TagClassName
{
border-color: #DF0502;
}
</style>