Shades of Free Speech Red #D4130D
Tints of Free Speech Red #D4130D
RGB
CMYK
RGB Variations
Color information
#D4130D (or 0xD4130D) is known color: Free Speech Red. HEX triplet: D4, 13 and 0D. RGB value is (212,19,13). Sum of RGB (Red+Green+Blue) = 212+19+13=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4130D is #2BECF2. Grayscale: #4C4C4C. Windows color (decimal): -2878707 or 857044. OLE color: 857044.
HSL color Cylindrical-coordinate representation of color #D4130D: hue angle of 1.81º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.17 |
| HSL | 1.81º | 0.88% | 0.44% | - |
| HSV(B) | 1.81º | 0.94% | 0.83% | - |
| XYZ | 27.46 | 14.49 | 1.73 | - |
| YUV | 76.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 13 | 0 | 0.91 | 0.94 | 0.17 | 1.81 | 0.88 | 0.44 |
| Hex | D4 | 13 | D | 0 | 5B | 5E | 11 | 2 | 58 | 2C |
| Octal | 324 | 23 | 15 | 0 | 133 | 136 | 21 | 2 | 130 | 54 |
| Binary | 11010100 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10001 | 10 | 1011000 | 101100 |
Color Harmonies of #D4130D
Complementary color
Monochromatic Colors of #D4130D
Black with #D4130D
Text Example
Text Example
White with #D4130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4130D; }
p { color: rgb(212,19,13); }
H1.HeaderClassName
{
color: #D4130D;
}
.AnyTagClassName
{
color: #D4130D;
}
</style>
background-color css
<style>
a { background-color: #D4130D; }
a { background-color: rgb(212,19,13); }
div.DivClassName
{
background-color: #D4130D;
}
.BgClassName
{
background-color: #D4130D;
}
</style>
border-color css
<style>
span { border-color: #D4130D; }
span { border-color: rgb(212,19,13); }
td.TdClassName
{
border-color: #D4130D;
}
.TagClassName
{
border-color: #D4130D;
}
</style>