#D9120E

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

Shades of Free Speech Red #D9120E

Tints of Free Speech Red #D9120E

Color information

#D9120E (or 0xD9120E) is unknown color: approx Free Speech Red. HEX triplet: D9, 12 and 0E. RGB value is (217,18,14). Sum of RGB (Red+Green+Blue) = 217+18+14=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D9120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9120E is #26EDF1. Grayscale: #4D4D4D. Windows color (decimal): -2551282 or 922329. OLE color: 922329.

HSL color Cylindrical-coordinate representation of color #D9120E: hue angle of 1.18º 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 #D9120E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2171814-
CMYK00.920.940.15
HSL1.18º87.88%45.29%-
HSV(B)1.18º93.55%85.1%-
XYZ28.9115.221.83-
YUV77.0492.43227.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 87.15%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=87.15%
G=7.23%
B=5.62%

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
Decimal217181400.920.940.151.1887.8845.29
HexD912E05C5EF1582d
Octal3312216013413617113055
Binary11011001100101110010111001011110111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9120E; }

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

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

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

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

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

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

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

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