Shades of Free Speech Red #D40C06
Tints of Free Speech Red #D40C06
RGB
CMYK
RGB Variations
Color information
#D40C06 (or 0xD40C06) is known color: Free Speech Red. HEX triplet: D4, 0C and 06. RGB value is (212,12,6). Sum of RGB (Red+Green+Blue) = 212+12+6=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40C06 is #2BF3F9. Grayscale: #474747. Windows color (decimal): -2880506 or 396500. OLE color: 396500.
HSL color Cylindrical-coordinate representation of color #D40C06: hue angle of 1.75º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40C06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.17 |
| HSL | 1.75º | 0.94% | 0.43% | - |
| HSV(B) | 1.75º | 0.97% | 0.83% | - |
| XYZ | 27.32 | 14.27 | 1.49 | - |
| YUV | 71.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 6 | 0 | 0.94 | 0.97 | 0.17 | 1.75 | 0.94 | 0.43 |
| Hex | D4 | C | 6 | 0 | 5E | 61 | 11 | 2 | 5E | 2B |
| Octal | 324 | 14 | 6 | 0 | 136 | 141 | 21 | 2 | 136 | 53 |
| Binary | 11010100 | 1100 | 110 | 0 | 1011110 | 1100001 | 10001 | 10 | 1011110 | 101011 |
Color Harmonies of #D40C06
Complementary color
Monochromatic Colors of #D40C06
Black with #D40C06
Text Example
Text Example
White with #D40C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C06; }
p { color: rgb(212,12,6); }
H1.HeaderClassName
{
color: #D40C06;
}
.AnyTagClassName
{
color: #D40C06;
}
</style>
background-color css
<style>
a { background-color: #D40C06; }
a { background-color: rgb(212,12,6); }
div.DivClassName
{
background-color: #D40C06;
}
.BgClassName
{
background-color: #D40C06;
}
</style>
border-color css
<style>
span { border-color: #D40C06; }
span { border-color: rgb(212,12,6); }
td.TdClassName
{
border-color: #D40C06;
}
.TagClassName
{
border-color: #D40C06;
}
</style>