#D11202

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

Shades of Free Speech Red #D11202

Tints of Free Speech Red #D11202

Color information

#D11202 (or 0xD11202) is unknown color: approx Free Speech Red. HEX triplet: D1, 12 and 02. RGB value is (209,18,2). Sum of RGB (Red+Green+Blue) = 209+18+2=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D11202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11202 is #2EEDFD. Grayscale: #494949. Windows color (decimal): -3075582 or 135889. OLE color: 135889.

HSL color Cylindrical-coordinate representation of color #D11202: hue angle of 4.64º 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 #D11202 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB209182-
CMYK00.910.990.18
HSL4.64º98.1%41.37%-
HSV(B)4.64º99.04%81.96%-
XYZ26.5213.991.36-
YUV73.2887.78224.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 91.27%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=91.27%
G=7.86%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918200.910.990.184.6498.141.37
HexD112205B631256229
Octal321222013314322514251
Binary110100011001010010110111100011100101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11202; }

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

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

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

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

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

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

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

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