Html Css Color HEX #D11511 Free Speech Red

📋 copy color: '#D11511'

red 209 ◦ green 21 ◦ blue 17

#D11511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #D11511

Tints of Free Speech Red #D11511

RGB

 RED value IS 209 (82.03% from 255) = 84.62%

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 84.62%
G = 8.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D11511 (or 0xD11511) is known color: Free Speech Red. HEX triplet: D1, 15 and 11. RGB value is (209,21,17). Sum of RGB (Red+Green+Blue) = 209+21+17=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D11511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11511 is #2EEAEE. Grayscale: #4C4C4C. Windows color (decimal): -3074799 or 1119697. OLE color: 1119697.

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

Color convert

RGB 209 21 17 -
CMYK 0 0.90 0.92 0.18
HSL 1.25º 0.85% 0.44% -
HSV(B) 1.25º 0.92% 0.82% -
XYZ 26.66 14.13 1.85 -
YUV 76.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 209 21 17 0 0.90 0.92 0.18 1.25 0.85 0.44
Hex D1 15 11 0 5A 5C 12 1 55 2C
Octal 321 25 21 0 132 134 22 1 125 54
Binary 11010001 10101 10001 0 1011010 1011100 10010 1 1010101 101100

Color Harmonies of #D11511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11511

Black with #D11511

Text Example


Text Example

White with #D11511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11511; }

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

 H1.HeaderClassName
 {
   color: #D11511;
 }
 .AnyTagClassName
 {
   color: #D11511;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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