Html Css Color HEX #D11100 Free Speech Red

📋 copy color: '#D11100'

red 209 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #D11100

Tints of Free Speech Red #D11100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.48%
G = 7.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D11100 (or 0xD11100) is known color: Free Speech Red. HEX triplet: D1, 11 and 00. RGB value is (209,17,0). Sum of RGB (Red+Green+Blue) = 209+17+0=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D11100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11100 is #2EEEFF. Grayscale: #484848. Windows color (decimal): -3075840 or 4561. OLE color: 4561.

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

Color convert

RGB 209 17 0 -
CMYK 0 0.92 1 0.18
HSL 4.88º 1% 0.41% -
HSV(B) 4.88º 1% 0.82% -
XYZ 26.49 13.96 1.3 -
YUV 72.47 87.11 225.38 -
System Red Green Blue C M Y K H S L
Decimal 209 17 0 0 0.92 1 0.18 4.88 1 0.41
Hex D1 11 0 0 5C 64 12 5 64 29
Octal 321 21 0 0 134 144 22 5 144 51
Binary 11010001 10001 0 0 1011100 1100100 10010 101 1100100 101001

Color Harmonies of #D11100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11100

Black with #D11100

Text Example


Text Example

White with #D11100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11100; }

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

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

background-color css

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

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

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

border-color css

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

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

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