#D11002

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

Shades of Free Speech Red #D11002

Tints of Free Speech Red #D11002

Color information

#D11002 (or 0xD11002) is unknown color: approx Free Speech Red. HEX triplet: D1, 10 and 02. RGB value is (209,16,2). Sum of RGB (Red+Green+Blue) = 209+16+2=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D11002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11002 is #2EEFFD. Grayscale: #484848. Windows color (decimal): -3076094 or 135377. OLE color: 135377.

HSL color Cylindrical-coordinate representation of color #D11002: hue angle of 4.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D11002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB209162-
CMYK00.920.990.18
HSL4.06º98.1%41.37%-
HSV(B)4.06º99.04%81.96%-
XYZ26.4913.931.35-
YUV72.1188.44225.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 92.07%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=92.07%
G=7.05%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916200.920.990.184.0698.141.37
HexD110205C631246229
Octal321202013414322414251
Binary110100011000010010111001100011100101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11002; }

 p { color: rgb(209,16,2); }

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

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

 a { background-color: rgb(209,16,2); }

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

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

 span { border-color: rgb(209,16,2); }

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