Html Css Color HEX #9E171D Carmine

📋 copy color: '#9E171D'

red 158 ◦ green 23 ◦ blue 29

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

Shades of Carmine #9E171D

Tints of Carmine #9E171D

RGB

 RED value IS 158 (62.11% from 255) = 75.24%

 GREEN value IS 23 (9.38% from 255) = 10.95%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 75.24%
G = 10.95%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E171D (or 0x9E171D) is known color: Carmine. HEX triplet: 9E, 17 and 1D. RGB value is (158,23,29). Sum of RGB (Red+Green+Blue) = 158+23+29=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E171D is #61E8E2. Grayscale: #404040. Windows color (decimal): -6416611 or 1906590. OLE color: 1906590.

HSL color Cylindrical-coordinate representation of color #9E171D: hue angle of 357.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E171D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 23 29 -
CMYK 0 0.85 0.82 0.38
HSL 357.33º 0.75% 0.35% -
HSV(B) 357.33º 0.85% 0.62% -
XYZ 14.63 7.97 1.93 -
YUV 64.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 158 23 29 0 0.85 0.82 0.38 357.33 0.75 0.35
Hex 9E 17 1D 0 55 52 26 165 4B 23
Octal 236 27 35 0 125 122 46 545 113 43
Binary 10011110 10111 11101 0 1010101 1010010 100110 101100101 1001011 100011

Color Harmonies of #9E171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E171D

Black with #9E171D

Text Example


Text Example

White with #9E171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E171D; }

 p { color: rgb(158,23,29); }

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

background-color css

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

 a { background-color: rgb(158,23,29); }

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

border-color css

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

 span { border-color: rgb(158,23,29); }

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