Html Css Color HEX #911101 Dark Red

📋 copy color: '#911101'

red 145 ◦ green 17 ◦ blue 1

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

Shades of Dark Red #911101

Tints of Dark Red #911101

RGB

 RED value IS 145 (57.03% from 255) = 88.96%

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 88.96%
G = 10.43%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#911101 (or 0x911101) is known color: Dark Red. HEX triplet: 91, 11 and 01. RGB value is (145,17,1). Sum of RGB (Red+Green+Blue) = 145+17+1=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #911101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911101 is #6EEEFE. Grayscale: #353535. Windows color (decimal): -7270143 or 70033. OLE color: 70033.

HSL color Cylindrical-coordinate representation of color #911101: hue angle of 6.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #911101 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 1 -
CMYK 0 0.88 0.99 0.43
HSL 6.67º 0.99% 0.29% -
HSV(B) 6.67º 0.99% 0.57% -
XYZ 11.88 6.42 0.64 -
YUV 53.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 145 17 1 0 0.88 0.99 0.43 6.67 0.99 0.29
Hex 91 11 1 0 58 63 2B 7 63 1D
Octal 221 21 1 0 130 143 53 7 143 35
Binary 10010001 10001 1 0 1011000 1100011 101011 111 1100011 11101

Color Harmonies of #911101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911101

Black with #911101

Text Example


Text Example

White with #911101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911101; }

 p { color: rgb(145,17,1); }

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

background-color css

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

 a { background-color: rgb(145,17,1); }

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

border-color css

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

 span { border-color: rgb(145,17,1); }

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