Html Css Color HEX #D9110B Free Speech Red

📋 copy color: '#D9110B'

red 217 ◦ green 17 ◦ blue 11

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

Shades of Free Speech Red #D9110B

Tints of Free Speech Red #D9110B

RGB

 RED value IS 217 (85.16% from 255) = 88.57%

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 88.57%
G = 6.94%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9110B (or 0xD9110B) is known color: Free Speech Red. HEX triplet: D9, 11 and 0B. RGB value is (217,17,11). Sum of RGB (Red+Green+Blue) = 217+17+11=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D9110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9110B is #26EEF4. Grayscale: #4C4C4C. Windows color (decimal): -2551541 or 725465. OLE color: 725465.

HSL color Cylindrical-coordinate representation of color #D9110B: hue angle of 1.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 11 -
CMYK 0 0.92 0.95 0.15
HSL 1.75º 0.9% 0.45% -
HSV(B) 1.75º 0.95% 0.85% -
XYZ 28.88 15.18 1.72 -
YUV 76.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 217 17 11 0 0.92 0.95 0.15 1.75 0.9 0.45
Hex D9 11 B 0 5C 5F F 2 5A 2D
Octal 331 21 13 0 134 137 17 2 132 55
Binary 11011001 10001 1011 0 1011100 1011111 1111 10 1011010 101101

Color Harmonies of #D9110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9110B

Black with #D9110B

Text Example


Text Example

White with #D9110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9110B; }

 p { color: rgb(217,17,11); }

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

background-color css

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

 a { background-color: rgb(217,17,11); }

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

border-color css

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

 span { border-color: rgb(217,17,11); }

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