Shades of Free Speech Red #DA0B01
Tints of Free Speech Red #DA0B01
RGB
CMYK
RGB Variations
Color information
#DA0B01 (or 0xDA0B01) is known color: Free Speech Red. HEX triplet: DA, 0B and 01. RGB value is (218,11,1). Sum of RGB (Red+Green+Blue) = 218+11+1=230 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.78% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B01 is #25F4FE. Grayscale: #474747. Windows color (decimal): -2487551 or 68570. OLE color: 68570.
HSL color Cylindrical-coordinate representation of color #DA0B01: hue angle of 2.76º 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 #DA0B01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.15 |
| HSL | 2.76º | 0.99% | 0.43% | - |
| HSV(B) | 2.76º | 1% | 0.85% | - |
| XYZ | 29.04 | 15.15 | 1.42 | - |
| YUV | 71.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 1 | 0 | 0.95 | 1.00 | 0.15 | 2.76 | 0.99 | 0.43 |
| Hex | DA | B | 1 | 0 | 5F | 64 | F | 3 | 63 | 2B |
| Octal | 332 | 13 | 1 | 0 | 137 | 144 | 17 | 3 | 143 | 53 |
| Binary | 11011010 | 1011 | 1 | 0 | 1011111 | 1100100 | 1111 | 11 | 1100011 | 101011 |
Color Harmonies of #DA0B01
Complementary color
Monochromatic Colors of #DA0B01
Black with #DA0B01
Text Example
Text Example
White with #DA0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B01; }
p { color: rgb(218,11,1); }
H1.HeaderClassName
{
color: #DA0B01;
}
.AnyTagClassName
{
color: #DA0B01;
}
</style>
background-color css
<style>
a { background-color: #DA0B01; }
a { background-color: rgb(218,11,1); }
div.DivClassName
{
background-color: #DA0B01;
}
.BgClassName
{
background-color: #DA0B01;
}
</style>
border-color css
<style>
span { border-color: #DA0B01; }
span { border-color: rgb(218,11,1); }
td.TdClassName
{
border-color: #DA0B01;
}
.TagClassName
{
border-color: #DA0B01;
}
</style>