Shades of Free Speech Red #D41402
Tints of Free Speech Red #D41402
RGB
CMYK
RGB Variations
Color information
#D41402 (or 0xD41402) is known color: Free Speech Red. HEX triplet: D4, 14 and 02. RGB value is (212,20,2). Sum of RGB (Red+Green+Blue) = 212+20+2=234 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.60% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 212 - color contains mainly: red. Hex color #D41402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41402 is #2BEBFD. Grayscale: #4B4B4B. Windows color (decimal): -2878462 or 136404. OLE color: 136404.
HSL color Cylindrical-coordinate representation of color #D41402: hue angle of 5.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D41402 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.17 |
| HSL | 5.14º | 0.98% | 0.42% | - |
| HSV(B) | 5.14º | 0.99% | 0.83% | - |
| XYZ | 27.41 | 14.5 | 1.41 | - |
| YUV | 75.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 2 | 0 | 0.91 | 0.99 | 0.17 | 5.14 | 0.98 | 0.42 |
| Hex | D4 | 14 | 2 | 0 | 5B | 63 | 11 | 5 | 62 | 2A |
| Octal | 324 | 24 | 2 | 0 | 133 | 143 | 21 | 5 | 142 | 52 |
| Binary | 11010100 | 10100 | 10 | 0 | 1011011 | 1100011 | 10001 | 101 | 1100010 | 101010 |
Color Harmonies of #D41402
Complementary color
Monochromatic Colors of #D41402
Black with #D41402
Text Example
Text Example
White with #D41402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41402; }
p { color: rgb(212,20,2); }
H1.HeaderClassName
{
color: #D41402;
}
.AnyTagClassName
{
color: #D41402;
}
</style>
background-color css
<style>
a { background-color: #D41402; }
a { background-color: rgb(212,20,2); }
div.DivClassName
{
background-color: #D41402;
}
.BgClassName
{
background-color: #D41402;
}
</style>
border-color css
<style>
span { border-color: #D41402; }
span { border-color: rgb(212,20,2); }
td.TdClassName
{
border-color: #D41402;
}
.TagClassName
{
border-color: #D41402;
}
</style>