Shades of Free Speech Red #D60802
Tints of Free Speech Red #D60802
RGB
CMYK
RGB Variations
Color information
#D60802 (or 0xD60802) is known color: Free Speech Red. HEX triplet: D6, 08 and 02. RGB value is (214,8,2). Sum of RGB (Red+Green+Blue) = 214+8+2=224 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.54% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 214 - color contains mainly: red. Hex color #D60802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60802 is #29F7FD. Grayscale: #454545. Windows color (decimal): -2750462 or 133334. OLE color: 133334.
HSL color Cylindrical-coordinate representation of color #D60802: hue angle of 1.7º 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 #D60802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.16 |
| HSL | 1.7º | 0.98% | 0.42% | - |
| HSV(B) | 1.7º | 0.99% | 0.84% | - |
| XYZ | 27.83 | 14.47 | 1.38 | - |
| YUV | 68.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 2 | 0 | 0.96 | 0.99 | 0.16 | 1.7 | 0.98 | 0.42 |
| Hex | D6 | 8 | 2 | 0 | 60 | 63 | 10 | 2 | 62 | 2A |
| Octal | 326 | 10 | 2 | 0 | 140 | 143 | 20 | 2 | 142 | 52 |
| Binary | 11010110 | 1000 | 10 | 0 | 1100000 | 1100011 | 10000 | 10 | 1100010 | 101010 |
Color Harmonies of #D60802
Complementary color
Monochromatic Colors of #D60802
Black with #D60802
Text Example
Text Example
White with #D60802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60802; }
p { color: rgb(214,8,2); }
H1.HeaderClassName
{
color: #D60802;
}
.AnyTagClassName
{
color: #D60802;
}
</style>
background-color css
<style>
a { background-color: #D60802; }
a { background-color: rgb(214,8,2); }
div.DivClassName
{
background-color: #D60802;
}
.BgClassName
{
background-color: #D60802;
}
</style>
border-color css
<style>
span { border-color: #D60802; }
span { border-color: rgb(214,8,2); }
td.TdClassName
{
border-color: #D60802;
}
.TagClassName
{
border-color: #D60802;
}
</style>