Shades of Free Speech Red #D01302
Tints of Free Speech Red #D01302
RGB
CMYK
RGB Variations
Color information
#D01302 (or 0xD01302) is known color: Free Speech Red. HEX triplet: D0, 13 and 02. RGB value is (208,19,2). Sum of RGB (Red+Green+Blue) = 208+19+2=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D01302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01302 is #2FECFD. Grayscale: #494949. Windows color (decimal): -3140862 or 136144. OLE color: 136144.
HSL color Cylindrical-coordinate representation of color #D01302: hue angle of 4.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D01302 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.18 |
| HSL | 4.95º | 0.98% | 0.41% | - |
| HSV(B) | 4.95º | 0.99% | 0.82% | - |
| XYZ | 26.26 | 13.88 | 1.35 | - |
| YUV | 73.57 | 87.62 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 2 | 0 | 0.91 | 0.99 | 0.18 | 4.95 | 0.98 | 0.41 |
| Hex | D0 | 13 | 2 | 0 | 5B | 63 | 12 | 5 | 62 | 29 |
| Octal | 320 | 23 | 2 | 0 | 133 | 143 | 22 | 5 | 142 | 51 |
| Binary | 11010000 | 10011 | 10 | 0 | 1011011 | 1100011 | 10010 | 101 | 1100010 | 101001 |
Color Harmonies of #D01302
Complementary color
Monochromatic Colors of #D01302
Black with #D01302
Text Example
Text Example
White with #D01302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01302; }
p { color: rgb(208,19,2); }
H1.HeaderClassName
{
color: #D01302;
}
.AnyTagClassName
{
color: #D01302;
}
</style>
background-color css
<style>
a { background-color: #D01302; }
a { background-color: rgb(208,19,2); }
div.DivClassName
{
background-color: #D01302;
}
.BgClassName
{
background-color: #D01302;
}
</style>
border-color css
<style>
span { border-color: #D01302; }
span { border-color: rgb(208,19,2); }
td.TdClassName
{
border-color: #D01302;
}
.TagClassName
{
border-color: #D01302;
}
</style>