#D11506

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

Shades of Free Speech Red #D11506

Tints of Free Speech Red #D11506

Color information

#D11506 (or 0xD11506) is unknown color: approx Free Speech Red. HEX triplet: D1, 15 and 06. RGB value is (209,21,6). Sum of RGB (Red+Green+Blue) = 209+21+6=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D11506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11506 is #2EEAF9. Grayscale: #4B4B4B. Windows color (decimal): -3074810 or 398801. OLE color: 398801.

HSL color Cylindrical-coordinate representation of color #D11506: hue angle of 4.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D11506 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB209216-
CMYK00.900.970.18
HSL4.43º94.42%42.16%-
HSV(B)4.43º97.13%81.96%-
XYZ26.614.11.49-
YUV75.588.78223.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.56%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=88.56%
G=8.90%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20921600.900.970.184.4394.4242.16
HexD115605A611245e2a
Octal321256013214122413652
Binary1101000110101110010110101100001100101001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11506; }

 p { color: rgb(209,21,6); }

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

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

 a { background-color: rgb(209,21,6); }

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

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

 span { border-color: rgb(209,21,6); }

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