Shades of Free Speech Red #DA0F01
Tints of Free Speech Red #DA0F01
RGB
CMYK
RGB Variations
Color information
#DA0F01 (or 0xDA0F01) is known color: Free Speech Red. HEX triplet: DA, 0F and 01. RGB value is (218,15,1). Sum of RGB (Red+Green+Blue) = 218+15+1=234 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.16% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F01 is #25F0FE. Grayscale: #4A4A4A. Windows color (decimal): -2486527 or 69594. OLE color: 69594.
HSL color Cylindrical-coordinate representation of color #DA0F01: hue angle of 3.87º 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 #DA0F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.15 |
| HSL | 3.87º | 0.99% | 0.43% | - |
| HSV(B) | 3.87º | 1% | 0.85% | - |
| XYZ | 29.09 | 15.25 | 1.44 | - |
| YUV | 74.1 | 86.75 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 1 | 0 | 0.93 | 1.00 | 0.15 | 3.87 | 0.99 | 0.43 |
| Hex | DA | F | 1 | 0 | 5D | 64 | F | 4 | 63 | 2B |
| Octal | 332 | 17 | 1 | 0 | 135 | 144 | 17 | 4 | 143 | 53 |
| Binary | 11011010 | 1111 | 1 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100011 | 101011 |
Color Harmonies of #DA0F01
Complementary color
Monochromatic Colors of #DA0F01
Black with #DA0F01
Text Example
Text Example
White with #DA0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F01; }
p { color: rgb(218,15,1); }
H1.HeaderClassName
{
color: #DA0F01;
}
.AnyTagClassName
{
color: #DA0F01;
}
</style>
background-color css
<style>
a { background-color: #DA0F01; }
a { background-color: rgb(218,15,1); }
div.DivClassName
{
background-color: #DA0F01;
}
.BgClassName
{
background-color: #DA0F01;
}
</style>
border-color css
<style>
span { border-color: #DA0F01; }
span { border-color: rgb(218,15,1); }
td.TdClassName
{
border-color: #DA0F01;
}
.TagClassName
{
border-color: #DA0F01;
}
</style>