Html Css Color HEX #911117 Carmine

📋 copy color: '#911117'

red 145 ◦ green 17 ◦ blue 23

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

Shades of Carmine #911117

Tints of Carmine #911117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 78.38%
G = 9.19%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#911117 (or 0x911117) is known color: Carmine. HEX triplet: 91, 11 and 17. RGB value is (145,17,23). Sum of RGB (Red+Green+Blue) = 145+17+23=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #911117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911117 is #6EEEE8. Grayscale: #383838. Windows color (decimal): -7270121 or 1511825. OLE color: 1511825.

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

Color convert

RGB 145 17 23 -
CMYK 0 0.88 0.84 0.43
HSL 357.19º 0.79% 0.32% -
HSV(B) 357.19º 0.88% 0.57% -
XYZ 12.03 6.48 1.43 -
YUV 55.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 145 17 23 0 0.88 0.84 0.43 357.19 0.79 0.32
Hex 91 11 17 0 58 54 2B 165 4F 20
Octal 221 21 27 0 130 124 53 545 117 40
Binary 10010001 10001 10111 0 1011000 1010100 101011 101100101 1001111 100000

Color Harmonies of #911117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911117

Black with #911117

Text Example


Text Example

White with #911117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911117; }

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

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

background-color css

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

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

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

border-color css

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

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

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