Html Css Color HEX #911217 Carmine

📋 copy color: '#911217'

red 145 ◦ green 18 ◦ blue 23

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

Shades of Carmine #911217

Tints of Carmine #911217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 77.96%
G = 9.68%
B = 12.37%

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

#911217 (or 0x911217) is known color: Carmine. HEX triplet: 91, 12 and 17. RGB value is (145,18,23). Sum of RGB (Red+Green+Blue) = 145+18+23=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911217 is #6EEDE8. Grayscale: #383838. Windows color (decimal): -7269865 or 1512081. OLE color: 1512081.

HSL color Cylindrical-coordinate representation of color #911217: hue angle of 357.64º degrees, saturation: 0.78, 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 #911217 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 18 23 -
CMYK 0 0.88 0.84 0.43
HSL 357.64º 0.78% 0.32% -
HSV(B) 357.64º 0.88% 0.57% -
XYZ 12.05 6.51 1.43 -
YUV 56.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 145 18 23 0 0.88 0.84 0.43 357.64 0.78 0.32
Hex 91 12 17 0 58 54 2B 166 4E 20
Octal 221 22 27 0 130 124 53 546 116 40
Binary 10010001 10010 10111 0 1011000 1010100 101011 101100110 1001110 100000

Color Harmonies of #911217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911217

Black with #911217

Text Example


Text Example

White with #911217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911217; }

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

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

background-color css

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

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

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

border-color css

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

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

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