Shades of Free Speech Red #DA140D
Tints of Free Speech Red #DA140D
RGB
CMYK
RGB Variations
Color information
#DA140D (or 0xDA140D) is known color: Free Speech Red. HEX triplet: DA, 14 and 0D. RGB value is (218,20,13). Sum of RGB (Red+Green+Blue) = 218+20+13=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA140D is #25EBF2. Grayscale: #4E4E4E. Windows color (decimal): -2485235 or 857306. OLE color: 857306.
HSL color Cylindrical-coordinate representation of color #DA140D: hue angle of 2.05º degrees, saturation: 0.89, 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 #DA140D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 2.05º | 0.89% | 0.45% | - |
| HSV(B) | 2.05º | 0.94% | 0.85% | - |
| XYZ | 29.24 | 15.43 | 1.82 | - |
| YUV | 78.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 13 | 0 | 0.91 | 0.94 | 0.15 | 2.05 | 0.89 | 0.45 |
| Hex | DA | 14 | D | 0 | 5B | 5E | F | 2 | 59 | 2D |
| Octal | 332 | 24 | 15 | 0 | 133 | 136 | 17 | 2 | 131 | 55 |
| Binary | 11011010 | 10100 | 1101 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011001 | 101101 |
Color Harmonies of #DA140D
Complementary color
Monochromatic Colors of #DA140D
Black with #DA140D
Text Example
Text Example
White with #DA140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA140D; }
p { color: rgb(218,20,13); }
H1.HeaderClassName
{
color: #DA140D;
}
.AnyTagClassName
{
color: #DA140D;
}
</style>
background-color css
<style>
a { background-color: #DA140D; }
a { background-color: rgb(218,20,13); }
div.DivClassName
{
background-color: #DA140D;
}
.BgClassName
{
background-color: #DA140D;
}
</style>
border-color css
<style>
span { border-color: #DA140D; }
span { border-color: rgb(218,20,13); }
td.TdClassName
{
border-color: #DA140D;
}
.TagClassName
{
border-color: #DA140D;
}
</style>