Html Css Color HEX #D11611 Free Speech Red

📋 copy color: '#D11611'

red 209 ◦ green 22 ◦ blue 17

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

Shades of Free Speech Red #D11611

Tints of Free Speech Red #D11611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 84.27%
G = 8.87%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D11611 (or 0xD11611) is known color: Free Speech Red. HEX triplet: D1, 16 and 11. RGB value is (209,22,17). Sum of RGB (Red+Green+Blue) = 209+22+17=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D11611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11611 is #2EE9EE. Grayscale: #4D4D4D. Windows color (decimal): -3074543 or 1119953. OLE color: 1119953.

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

Color convert

RGB 209 22 17 -
CMYK 0 0.89 0.92 0.18
HSL 1.56º 0.85% 0.44% -
HSV(B) 1.56º 0.92% 0.82% -
XYZ 26.68 14.17 1.86 -
YUV 77.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 209 22 17 0 0.89 0.92 0.18 1.56 0.85 0.44
Hex D1 16 11 0 59 5C 12 2 55 2C
Octal 321 26 21 0 131 134 22 2 125 54
Binary 11010001 10110 10001 0 1011001 1011100 10010 10 1010101 101100

Color Harmonies of #D11611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11611

Black with #D11611

Text Example


Text Example

White with #D11611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11611; }

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

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

background-color css

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

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

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

border-color css

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

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

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