Shades of Free Speech Red #DA0501
Tints of Free Speech Red #DA0501
RGB
CMYK
RGB Variations
Color information
#DA0501 (or 0xDA0501) is known color: Free Speech Red. HEX triplet: DA, 05 and 01. RGB value is (218,5,1). Sum of RGB (Red+Green+Blue) = 218+5+1=224 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.32% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0501 is #25FAFE. Grayscale: #444444. Windows color (decimal): -2489087 or 67034. OLE color: 67034.
HSL color Cylindrical-coordinate representation of color #DA0501: hue angle of 1.11º 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 #DA0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.15 |
| HSL | 1.11º | 0.99% | 0.43% | - |
| HSV(B) | 1.11º | 1% | 0.85% | - |
| XYZ | 28.97 | 15.02 | 1.4 | - |
| YUV | 68.23 | 90.07 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 1 | 0 | 0.98 | 1.00 | 0.15 | 1.11 | 0.99 | 0.43 |
| Hex | DA | 5 | 1 | 0 | 62 | 64 | F | 1 | 63 | 2B |
| Octal | 332 | 5 | 1 | 0 | 142 | 144 | 17 | 1 | 143 | 53 |
| Binary | 11011010 | 101 | 1 | 0 | 1100010 | 1100100 | 1111 | 1 | 1100011 | 101011 |
Color Harmonies of #DA0501
Complementary color
Monochromatic Colors of #DA0501
Black with #DA0501
Text Example
Text Example
White with #DA0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0501; }
p { color: rgb(218,5,1); }
H1.HeaderClassName
{
color: #DA0501;
}
.AnyTagClassName
{
color: #DA0501;
}
</style>
background-color css
<style>
a { background-color: #DA0501; }
a { background-color: rgb(218,5,1); }
div.DivClassName
{
background-color: #DA0501;
}
.BgClassName
{
background-color: #DA0501;
}
</style>
border-color css
<style>
span { border-color: #DA0501; }
span { border-color: rgb(218,5,1); }
td.TdClassName
{
border-color: #DA0501;
}
.TagClassName
{
border-color: #DA0501;
}
</style>