Html Css Color HEX #D11109 Free Speech Red

📋 copy color: '#D11109'

red 209 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #D11109

Tints of Free Speech Red #D11109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 9 (3.91% from 255) = 3.83%

R = 88.94%
G = 7.23%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D11109 (or 0xD11109) is known color: Free Speech Red. HEX triplet: D1, 11 and 09. RGB value is (209,17,9). Sum of RGB (Red+Green+Blue) = 209+17+9=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D11109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11109 is #2EEEF6. Grayscale: #494949. Windows color (decimal): -3075831 or 594385. OLE color: 594385.

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

Color convert

RGB 209 17 9 -
CMYK 0 0.92 0.96 0.18
HSL 2.4º 0.92% 0.43% -
HSV(B) 2.4º 0.96% 0.82% -
XYZ 26.54 13.98 1.56 -
YUV 73.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 209 17 9 0 0.92 0.96 0.18 2.4 0.92 0.43
Hex D1 11 9 0 5C 60 12 2 5C 2B
Octal 321 21 11 0 134 140 22 2 134 53
Binary 11010001 10001 1001 0 1011100 1100000 10010 10 1011100 101011

Color Harmonies of #D11109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11109

Black with #D11109

Text Example


Text Example

White with #D11109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11109; }

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

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

background-color css

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

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

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

border-color css

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

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

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