Shades of Free Speech Red #D4140B
Tints of Free Speech Red #D4140B
RGB
CMYK
RGB Variations
Color information
#D4140B (or 0xD4140B) is known color: Free Speech Red. HEX triplet: D4, 14 and 0B. RGB value is (212,20,11). Sum of RGB (Red+Green+Blue) = 212+20+11=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D4140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4140B is #2BEBF4. Grayscale: #4C4C4C. Windows color (decimal): -2878453 or 726228. OLE color: 726228.
HSL color Cylindrical-coordinate representation of color #D4140B: hue angle of 2.69º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.17 |
| HSL | 2.69º | 0.9% | 0.44% | - |
| HSV(B) | 2.69º | 0.95% | 0.83% | - |
| XYZ | 27.46 | 14.52 | 1.67 | - |
| YUV | 76.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 11 | 0 | 0.91 | 0.95 | 0.17 | 2.69 | 0.9 | 0.44 |
| Hex | D4 | 14 | B | 0 | 5B | 5F | 11 | 3 | 5A | 2C |
| Octal | 324 | 24 | 13 | 0 | 133 | 137 | 21 | 3 | 132 | 54 |
| Binary | 11010100 | 10100 | 1011 | 0 | 1011011 | 1011111 | 10001 | 11 | 1011010 | 101100 |
Color Harmonies of #D4140B
Complementary color
Monochromatic Colors of #D4140B
Black with #D4140B
Text Example
Text Example
White with #D4140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4140B; }
p { color: rgb(212,20,11); }
H1.HeaderClassName
{
color: #D4140B;
}
.AnyTagClassName
{
color: #D4140B;
}
</style>
background-color css
<style>
a { background-color: #D4140B; }
a { background-color: rgb(212,20,11); }
div.DivClassName
{
background-color: #D4140B;
}
.BgClassName
{
background-color: #D4140B;
}
</style>
border-color css
<style>
span { border-color: #D4140B; }
span { border-color: rgb(212,20,11); }
td.TdClassName
{
border-color: #D4140B;
}
.TagClassName
{
border-color: #D4140B;
}
</style>