Html Css Color HEX #D11311 Free Speech Red

📋 copy color: '#D11311'

red 209 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #D11311

Tints of Free Speech Red #D11311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 85.31%
G = 7.76%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D11311 (or 0xD11311) is known color: Free Speech Red. HEX triplet: D1, 13 and 11. RGB value is (209,19,17). Sum of RGB (Red+Green+Blue) = 209+19+17=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D11311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11311 is #2EECEE. Grayscale: #4B4B4B. Windows color (decimal): -3075311 or 1119185. OLE color: 1119185.

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

Color convert

RGB 209 19 17 -
CMYK 0 0.91 0.92 0.18
HSL 0.63º 0.85% 0.44% -
HSV(B) 0.63º 0.92% 0.82% -
XYZ 26.63 14.06 1.84 -
YUV 75.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 209 19 17 0 0.91 0.92 0.18 0.63 0.85 0.44
Hex D1 13 11 0 5B 5C 12 1 55 2C
Octal 321 23 21 0 133 134 22 1 125 54
Binary 11010001 10011 10001 0 1011011 1011100 10010 1 1010101 101100

Color Harmonies of #D11311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11311

Black with #D11311

Text Example


Text Example

White with #D11311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11311; }

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

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

background-color css

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

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

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

border-color css

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

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

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