#D91110

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

Shades of Free Speech Red #D91110

Tints of Free Speech Red #D91110

Color information

#D91110 (or 0xD91110) is unknown color: approx Free Speech Red. HEX triplet: D9, 11 and 10. RGB value is (217,17,16). Sum of RGB (Red+Green+Blue) = 217+17+16=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D91110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91110 is #26EEEF. Grayscale: #4C4C4C. Windows color (decimal): -2551536 or 1053145. OLE color: 1053145.

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

Color convert

RGB2171716-
CMYK00.920.930.15
HSL0.3º86.27%45.69%-
HSV(B)0.3º92.63%85.1%-
XYZ28.9115.191.9-
YUV76.6993.76228.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 86.8%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=86.8%
G=6.8%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217171600.920.930.150.386.2745.69
HexD9111005C5DF0562e
Octal3312120013413517012656
Binary110110011000110000010111001011101111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91110; }

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

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

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

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

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

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

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

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