Shades of Free Speech Red #DA0701
Tints of Free Speech Red #DA0701
RGB
CMYK
RGB Variations
Color information
#DA0701 (or 0xDA0701) is known color: Free Speech Red. HEX triplet: DA, 07 and 01. RGB value is (218,7,1). Sum of RGB (Red+Green+Blue) = 218+7+1=226 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.46% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0701 is #25F8FE. Grayscale: #454545. Windows color (decimal): -2488575 or 67546. OLE color: 67546.
HSL color Cylindrical-coordinate representation of color #DA0701: hue angle of 1.66º 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 #DA0701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.15 |
| HSL | 1.66º | 0.99% | 0.43% | - |
| HSV(B) | 1.66º | 1% | 0.85% | - |
| XYZ | 28.99 | 15.06 | 1.41 | - |
| YUV | 69.41 | 89.4 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 1 | 0 | 0.97 | 1.00 | 0.15 | 1.66 | 0.99 | 0.43 |
| Hex | DA | 7 | 1 | 0 | 61 | 64 | F | 2 | 63 | 2B |
| Octal | 332 | 7 | 1 | 0 | 141 | 144 | 17 | 2 | 143 | 53 |
| Binary | 11011010 | 111 | 1 | 0 | 1100001 | 1100100 | 1111 | 10 | 1100011 | 101011 |
Color Harmonies of #DA0701
Complementary color
Monochromatic Colors of #DA0701
Black with #DA0701
Text Example
Text Example
White with #DA0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0701; }
p { color: rgb(218,7,1); }
H1.HeaderClassName
{
color: #DA0701;
}
.AnyTagClassName
{
color: #DA0701;
}
</style>
background-color css
<style>
a { background-color: #DA0701; }
a { background-color: rgb(218,7,1); }
div.DivClassName
{
background-color: #DA0701;
}
.BgClassName
{
background-color: #DA0701;
}
</style>
border-color css
<style>
span { border-color: #DA0701; }
span { border-color: rgb(218,7,1); }
td.TdClassName
{
border-color: #DA0701;
}
.TagClassName
{
border-color: #DA0701;
}
</style>