Shades of Free Speech Red #DE130C
Tints of Free Speech Red #DE130C
RGB
CMYK
RGB Variations
Color information
#DE130C (or 0xDE130C) is known color: Free Speech Red. HEX triplet: DE, 13 and 0C. RGB value is (222,19,12). Sum of RGB (Red+Green+Blue) = 222+19+12=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE130C is #21ECF3. Grayscale: #4F4F4F. Windows color (decimal): -2223348 or 791518. OLE color: 791518.
HSL color Cylindrical-coordinate representation of color #DE130C: hue angle of 2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE130C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.13 |
| HSL | 2º | 0.9% | 0.46% | - |
| HSV(B) | 2º | 0.95% | 0.87% | - |
| XYZ | 30.42 | 16.02 | 1.84 | - |
| YUV | 78.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 12 | 0 | 0.91 | 0.95 | 0.13 | 2 | 0.9 | 0.46 |
| Hex | DE | 13 | C | 0 | 5B | 5F | D | 2 | 5A | 2E |
| Octal | 336 | 23 | 14 | 0 | 133 | 137 | 15 | 2 | 132 | 56 |
| Binary | 11011110 | 10011 | 1100 | 0 | 1011011 | 1011111 | 1101 | 10 | 1011010 | 101110 |
Color Harmonies of #DE130C
Complementary color
Monochromatic Colors of #DE130C
Black with #DE130C
Text Example
Text Example
White with #DE130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE130C; }
p { color: rgb(222,19,12); }
H1.HeaderClassName
{
color: #DE130C;
}
.AnyTagClassName
{
color: #DE130C;
}
</style>
background-color css
<style>
a { background-color: #DE130C; }
a { background-color: rgb(222,19,12); }
div.DivClassName
{
background-color: #DE130C;
}
.BgClassName
{
background-color: #DE130C;
}
</style>
border-color css
<style>
span { border-color: #DE130C; }
span { border-color: rgb(222,19,12); }
td.TdClassName
{
border-color: #DE130C;
}
.TagClassName
{
border-color: #DE130C;
}
</style>