Shades of Free Speech Red #D41003
Tints of Free Speech Red #D41003
RGB
CMYK
RGB Variations
Color information
#D41003 (or 0xD41003) is known color: Free Speech Red. HEX triplet: D4, 10 and 03. RGB value is (212,16,3). Sum of RGB (Red+Green+Blue) = 212+16+3=231 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.77% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 212 - color contains mainly: red. Hex color #D41003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41003 is #2BEFFC. Grayscale: #494949. Windows color (decimal): -2879485 or 200916. OLE color: 200916.
HSL color Cylindrical-coordinate representation of color #D41003: hue angle of 3.73º degrees, saturation: 0.97, 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 #D41003 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.17 |
| HSL | 3.73º | 0.97% | 0.42% | - |
| HSV(B) | 3.73º | 0.99% | 0.83% | - |
| XYZ | 27.35 | 14.37 | 1.42 | - |
| YUV | 73.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 3 | 0 | 0.92 | 0.99 | 0.17 | 3.73 | 0.97 | 0.42 |
| Hex | D4 | 10 | 3 | 0 | 5C | 63 | 11 | 4 | 61 | 2A |
| Octal | 324 | 20 | 3 | 0 | 134 | 143 | 21 | 4 | 141 | 52 |
| Binary | 11010100 | 10000 | 11 | 0 | 1011100 | 1100011 | 10001 | 100 | 1100001 | 101010 |
Color Harmonies of #D41003
Complementary color
Monochromatic Colors of #D41003
Black with #D41003
Text Example
Text Example
White with #D41003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41003; }
p { color: rgb(212,16,3); }
H1.HeaderClassName
{
color: #D41003;
}
.AnyTagClassName
{
color: #D41003;
}
</style>
background-color css
<style>
a { background-color: #D41003; }
a { background-color: rgb(212,16,3); }
div.DivClassName
{
background-color: #D41003;
}
.BgClassName
{
background-color: #D41003;
}
</style>
border-color css
<style>
span { border-color: #D41003; }
span { border-color: rgb(212,16,3); }
td.TdClassName
{
border-color: #D41003;
}
.TagClassName
{
border-color: #D41003;
}
</style>