Shades of Free Speech Red #D60301
Tints of Free Speech Red #D60301
RGB
CMYK
RGB Variations
Color information
#D60301 (or 0xD60301) is known color: Free Speech Red. HEX triplet: D6, 03 and 01. RGB value is (214,3,1). Sum of RGB (Red+Green+Blue) = 214+3+1=218 (28% of max value = 765). Red value is 214 (83.98% from 255 or 98.17% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 214 - color contains mainly: red. Hex color #D60301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60301 is #29FCFE. Grayscale: #424242. Windows color (decimal): -2751743 or 66518. OLE color: 66518.
HSL color Cylindrical-coordinate representation of color #D60301: hue angle of 0.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.16 |
| HSL | 0.56º | 0.99% | 0.42% | - |
| HSV(B) | 0.56º | 1% | 0.84% | - |
| XYZ | 27.77 | 14.36 | 1.34 | - |
| YUV | 65.86 | 91.4 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 1 | 0 | 0.99 | 1.00 | 0.16 | 0.56 | 0.99 | 0.42 |
| Hex | D6 | 3 | 1 | 0 | 63 | 64 | 10 | 1 | 63 | 2A |
| Octal | 326 | 3 | 1 | 0 | 143 | 144 | 20 | 1 | 143 | 52 |
| Binary | 11010110 | 11 | 1 | 0 | 1100011 | 1100100 | 10000 | 1 | 1100011 | 101010 |
Color Harmonies of #D60301
Complementary color
Monochromatic Colors of #D60301
Black with #D60301
Text Example
Text Example
White with #D60301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60301; }
p { color: rgb(214,3,1); }
H1.HeaderClassName
{
color: #D60301;
}
.AnyTagClassName
{
color: #D60301;
}
</style>
background-color css
<style>
a { background-color: #D60301; }
a { background-color: rgb(214,3,1); }
div.DivClassName
{
background-color: #D60301;
}
.BgClassName
{
background-color: #D60301;
}
</style>
border-color css
<style>
span { border-color: #D60301; }
span { border-color: rgb(214,3,1); }
td.TdClassName
{
border-color: #D60301;
}
.TagClassName
{
border-color: #D60301;
}
</style>