Shades of Free Speech Red #D60302
Tints of Free Speech Red #D60302
RGB
CMYK
RGB Variations
Color information
#D60302 (or 0xD60302) is known color: Free Speech Red. HEX triplet: D6, 03 and 02. RGB value is (214,3,2). Sum of RGB (Red+Green+Blue) = 214+3+2=219 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.72% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 214 - color contains mainly: red. Hex color #D60302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60302 is #29FCFD. Grayscale: #424242. Windows color (decimal): -2751742 or 132054. OLE color: 132054.
HSL color Cylindrical-coordinate representation of color #D60302: hue angle of 0.28º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.16 |
| HSL | 0.28º | 0.98% | 0.42% | - |
| HSV(B) | 0.28º | 0.99% | 0.84% | - |
| XYZ | 27.78 | 14.37 | 1.37 | - |
| YUV | 65.98 | 91.9 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 2 | 0 | 0.99 | 0.99 | 0.16 | 0.28 | 0.98 | 0.42 |
| Hex | D6 | 3 | 2 | 0 | 63 | 63 | 10 | 0 | 62 | 2A |
| Octal | 326 | 3 | 2 | 0 | 143 | 143 | 20 | 0 | 142 | 52 |
| Binary | 11010110 | 11 | 10 | 0 | 1100011 | 1100011 | 10000 | 0 | 1100010 | 101010 |
Color Harmonies of #D60302
Complementary color
Monochromatic Colors of #D60302
Black with #D60302
Text Example
Text Example
White with #D60302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60302; }
p { color: rgb(214,3,2); }
H1.HeaderClassName
{
color: #D60302;
}
.AnyTagClassName
{
color: #D60302;
}
</style>
background-color css
<style>
a { background-color: #D60302; }
a { background-color: rgb(214,3,2); }
div.DivClassName
{
background-color: #D60302;
}
.BgClassName
{
background-color: #D60302;
}
</style>
border-color css
<style>
span { border-color: #D60302; }
span { border-color: rgb(214,3,2); }
td.TdClassName
{
border-color: #D60302;
}
.TagClassName
{
border-color: #D60302;
}
</style>