Shades of Free Speech Red #DF0302
Tints of Free Speech Red #DF0302
RGB
CMYK
RGB Variations
Color information
#DF0302 (or 0xDF0302) is known color: Free Speech Red. HEX triplet: DF, 03 and 02. RGB value is (223,3,2). Sum of RGB (Red+Green+Blue) = 223+3+2=228 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.81% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0302 is #20FCFD. Grayscale: #444444. Windows color (decimal): -2161918 or 132063. OLE color: 132063.
HSL color Cylindrical-coordinate representation of color #DF0302: hue angle of 0.27º 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 #DF0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.13 |
| HSL | 0.27º | 0.98% | 0.44% | - |
| HSV(B) | 0.27º | 0.99% | 0.87% | - |
| XYZ | 30.47 | 15.76 | 1.49 | - |
| YUV | 68.67 | 90.39 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 2 | 0 | 0.99 | 0.99 | 0.13 | 0.27 | 0.98 | 0.44 |
| Hex | DF | 3 | 2 | 0 | 63 | 63 | D | 0 | 62 | 2C |
| Octal | 337 | 3 | 2 | 0 | 143 | 143 | 15 | 0 | 142 | 54 |
| Binary | 11011111 | 11 | 10 | 0 | 1100011 | 1100011 | 1101 | 0 | 1100010 | 101100 |
Color Harmonies of #DF0302
Complementary color
Monochromatic Colors of #DF0302
Black with #DF0302
Text Example
Text Example
White with #DF0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0302; }
p { color: rgb(223,3,2); }
H1.HeaderClassName
{
color: #DF0302;
}
.AnyTagClassName
{
color: #DF0302;
}
</style>
background-color css
<style>
a { background-color: #DF0302; }
a { background-color: rgb(223,3,2); }
div.DivClassName
{
background-color: #DF0302;
}
.BgClassName
{
background-color: #DF0302;
}
</style>
border-color css
<style>
span { border-color: #DF0302; }
span { border-color: rgb(223,3,2); }
td.TdClassName
{
border-color: #DF0302;
}
.TagClassName
{
border-color: #DF0302;
}
</style>