Shades of Free Speech Red #DA0401
Tints of Free Speech Red #DA0401
RGB
CMYK
RGB Variations
Color information
#DA0401 (or 0xDA0401) is known color: Free Speech Red. HEX triplet: DA, 04 and 01. RGB value is (218,4,1). Sum of RGB (Red+Green+Blue) = 218+4+1=223 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.76% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0401 is #25FBFE. Grayscale: #434343. Windows color (decimal): -2489343 or 66778. OLE color: 66778.
HSL color Cylindrical-coordinate representation of color #DA0401: hue angle of 0.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.15 |
| HSL | 0.83º | 0.99% | 0.43% | - |
| HSV(B) | 0.83º | 1% | 0.85% | - |
| XYZ | 28.96 | 14.99 | 1.4 | - |
| YUV | 67.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 1 | 0 | 0.98 | 1.00 | 0.15 | 0.83 | 0.99 | 0.43 |
| Hex | DA | 4 | 1 | 0 | 62 | 64 | F | 1 | 63 | 2B |
| Octal | 332 | 4 | 1 | 0 | 142 | 144 | 17 | 1 | 143 | 53 |
| Binary | 11011010 | 100 | 1 | 0 | 1100010 | 1100100 | 1111 | 1 | 1100011 | 101011 |
Color Harmonies of #DA0401
Complementary color
Monochromatic Colors of #DA0401
Black with #DA0401
Text Example
Text Example
White with #DA0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0401; }
p { color: rgb(218,4,1); }
H1.HeaderClassName
{
color: #DA0401;
}
.AnyTagClassName
{
color: #DA0401;
}
</style>
background-color css
<style>
a { background-color: #DA0401; }
a { background-color: rgb(218,4,1); }
div.DivClassName
{
background-color: #DA0401;
}
.BgClassName
{
background-color: #DA0401;
}
</style>
border-color css
<style>
span { border-color: #DA0401; }
span { border-color: rgb(218,4,1); }
td.TdClassName
{
border-color: #DA0401;
}
.TagClassName
{
border-color: #DA0401;
}
</style>