Shades of Free Speech Red #D4150B
Tints of Free Speech Red #D4150B
RGB
CMYK
RGB Variations
Color information
#D4150B (or 0xD4150B) is known color: Free Speech Red. HEX triplet: D4, 15 and 0B. RGB value is (212,21,11). Sum of RGB (Red+Green+Blue) = 212+21+11=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4150B is #2BEAF4. Grayscale: #4D4D4D. Windows color (decimal): -2878197 or 726484. OLE color: 726484.
HSL color Cylindrical-coordinate representation of color #D4150B: hue angle of 2.99º 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 #D4150B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.17 |
| HSL | 2.99º | 0.9% | 0.44% | - |
| HSV(B) | 2.99º | 0.95% | 0.83% | - |
| XYZ | 27.48 | 14.56 | 1.68 | - |
| YUV | 76.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 11 | 0 | 0.90 | 0.95 | 0.17 | 2.99 | 0.9 | 0.44 |
| Hex | D4 | 15 | B | 0 | 5A | 5F | 11 | 3 | 5A | 2C |
| Octal | 324 | 25 | 13 | 0 | 132 | 137 | 21 | 3 | 132 | 54 |
| Binary | 11010100 | 10101 | 1011 | 0 | 1011010 | 1011111 | 10001 | 11 | 1011010 | 101100 |
Color Harmonies of #D4150B
Complementary color
Monochromatic Colors of #D4150B
Black with #D4150B
Text Example
Text Example
White with #D4150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4150B; }
p { color: rgb(212,21,11); }
H1.HeaderClassName
{
color: #D4150B;
}
.AnyTagClassName
{
color: #D4150B;
}
</style>
background-color css
<style>
a { background-color: #D4150B; }
a { background-color: rgb(212,21,11); }
div.DivClassName
{
background-color: #D4150B;
}
.BgClassName
{
background-color: #D4150B;
}
</style>
border-color css
<style>
span { border-color: #D4150B; }
span { border-color: rgb(212,21,11); }
td.TdClassName
{
border-color: #D4150B;
}
.TagClassName
{
border-color: #D4150B;
}
</style>