Shades of Free Speech Red #D40A04
Tints of Free Speech Red #D40A04
RGB
CMYK
RGB Variations
Color information
#D40A04 (or 0xD40A04) is known color: Free Speech Red. HEX triplet: D4, 0A and 04. RGB value is (212,10,4). Sum of RGB (Red+Green+Blue) = 212+10+4=226 (29% of max value = 765). Red value is 212 (83.20% from 255 or 93.81% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40A04 is #2BF5FB. Grayscale: #454545. Windows color (decimal): -2881020 or 264916. OLE color: 264916.
HSL color Cylindrical-coordinate representation of color #D40A04: hue angle of 1.73º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.17 |
| HSL | 1.73º | 0.96% | 0.42% | - |
| HSV(B) | 1.73º | 0.98% | 0.83% | - |
| XYZ | 27.28 | 14.22 | 1.42 | - |
| YUV | 69.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 4 | 0 | 0.95 | 0.98 | 0.17 | 1.73 | 0.96 | 0.42 |
| Hex | D4 | A | 4 | 0 | 5F | 62 | 11 | 2 | 60 | 2A |
| Octal | 324 | 12 | 4 | 0 | 137 | 142 | 21 | 2 | 140 | 52 |
| Binary | 11010100 | 1010 | 100 | 0 | 1011111 | 1100010 | 10001 | 10 | 1100000 | 101010 |
Color Harmonies of #D40A04
Complementary color
Monochromatic Colors of #D40A04
Black with #D40A04
Text Example
Text Example
White with #D40A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A04; }
p { color: rgb(212,10,4); }
H1.HeaderClassName
{
color: #D40A04;
}
.AnyTagClassName
{
color: #D40A04;
}
</style>
background-color css
<style>
a { background-color: #D40A04; }
a { background-color: rgb(212,10,4); }
div.DivClassName
{
background-color: #D40A04;
}
.BgClassName
{
background-color: #D40A04;
}
</style>
border-color css
<style>
span { border-color: #D40A04; }
span { border-color: rgb(212,10,4); }
td.TdClassName
{
border-color: #D40A04;
}
.TagClassName
{
border-color: #D40A04;
}
</style>