Html Css Color HEX #910E17 Carmine

📋 copy color: '#910E17'

red 145 ◦ green 14 ◦ blue 23

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

Shades of Carmine #910E17

Tints of Carmine #910E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

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

R = 79.67%
G = 7.69%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#910E17 (or 0x910E17) is known color: Carmine. HEX triplet: 91, 0E and 17. RGB value is (145,14,23). Sum of RGB (Red+Green+Blue) = 145+14+23=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E17 is #6EF1E8. Grayscale: #363636. Windows color (decimal): -7270889 or 1511057. OLE color: 1511057.

HSL color Cylindrical-coordinate representation of color #910E17: hue angle of 355.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E17 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 23 -
CMYK 0 0.90 0.84 0.43
HSL 355.88º 0.82% 0.31% -
HSV(B) 355.88º 0.9% 0.57% -
XYZ 11.99 6.4 1.41 -
YUV 54.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 145 14 23 0 0.90 0.84 0.43 355.88 0.82 0.31
Hex 91 E 17 0 5A 54 2B 164 52 1F
Octal 221 16 27 0 132 124 53 544 122 37
Binary 10010001 1110 10111 0 1011010 1010100 101011 101100100 1010010 11111

Color Harmonies of #910E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E17

Black with #910E17

Text Example


Text Example

White with #910E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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