Shades of Free Speech Red #DA150E
Tints of Free Speech Red #DA150E
RGB
CMYK
RGB Variations
Color information
#DA150E (or 0xDA150E) is known color: Free Speech Red. HEX triplet: DA, 15 and 0E. RGB value is (218,21,14). Sum of RGB (Red+Green+Blue) = 218+21+14=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA150E is #25EAF1. Grayscale: #4F4F4F. Windows color (decimal): -2484978 or 923098. OLE color: 923098.
HSL color Cylindrical-coordinate representation of color #DA150E: hue angle of 2.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA150E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.15 |
| HSL | 2.06º | 0.88% | 0.45% | - |
| HSV(B) | 2.06º | 0.94% | 0.85% | - |
| XYZ | 29.26 | 15.47 | 1.86 | - |
| YUV | 79.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 14 | 0 | 0.90 | 0.94 | 0.15 | 2.06 | 0.88 | 0.45 |
| Hex | DA | 15 | E | 0 | 5A | 5E | F | 2 | 58 | 2D |
| Octal | 332 | 25 | 16 | 0 | 132 | 136 | 17 | 2 | 130 | 55 |
| Binary | 11011010 | 10101 | 1110 | 0 | 1011010 | 1011110 | 1111 | 10 | 1011000 | 101101 |
Color Harmonies of #DA150E
Complementary color
Monochromatic Colors of #DA150E
Black with #DA150E
Text Example
Text Example
White with #DA150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA150E; }
p { color: rgb(218,21,14); }
H1.HeaderClassName
{
color: #DA150E;
}
.AnyTagClassName
{
color: #DA150E;
}
</style>
background-color css
<style>
a { background-color: #DA150E; }
a { background-color: rgb(218,21,14); }
div.DivClassName
{
background-color: #DA150E;
}
.BgClassName
{
background-color: #DA150E;
}
</style>
border-color css
<style>
span { border-color: #DA150E; }
span { border-color: rgb(218,21,14); }
td.TdClassName
{
border-color: #DA150E;
}
.TagClassName
{
border-color: #DA150E;
}
</style>