#D9110E

Color #D9110E Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D9110E

Tints of Free Speech Red #D9110E

Color information

#D9110E (or 0xD9110E) is unknown color: approx Free Speech Red. HEX triplet: D9, 11 and 0E. RGB value is (217,17,14). Sum of RGB (Red+Green+Blue) = 217+17+14=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9110E is #26EEF1. Grayscale: #4C4C4C. Windows color (decimal): -2551538 or 922073. OLE color: 922073.

HSL color Cylindrical-coordinate representation of color #D9110E: hue angle of 0.89º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9110E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2171714-
CMYK00.920.940.15
HSL0.89º87.88%45.29%-
HSV(B)0.89º93.55%85.1%-
XYZ28.8915.181.82-
YUV76.4692.76228.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 87.5%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=87.5%
G=6.85%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217171400.920.940.150.8987.8845.29
HexD911E05C5EF1582d
Octal3312116013413617113055
Binary11011001100011110010111001011110111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9110E; }

 p { color: rgb(217,17,14); }

 H1.HeaderClassName
 {
   color: #D9110E;
 }
 .AnyTagClassName
 {
   color: #D9110E;
 }
</style>
background-color css

<style>
 a { background-color: #D9110E; }

 a { background-color: rgb(217,17,14); }

 div.DivClassName
 {
   background-color: #D9110E;
 }
 .BgClassName
 {
   background-color: #D9110E;
 }
</style>
border-color css

<style>
 span { border-color: #D9110E; }

 span { border-color: rgb(217,17,14); }

 td.TdClassName
 {
   border-color: #D9110E;
 }
 .TagClassName
 {
   border-color: #D9110E;
 }
</style>