Html Css Color HEX #9E0927 Carmine

📋 copy color: '#9E0927'

red 158 ◦ green 9 ◦ blue 39

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

Shades of Carmine #9E0927

Tints of Carmine #9E0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 76.7%
G = 4.37%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E0927 (or 0x9E0927) is known color: Carmine. HEX triplet: 9E, 09 and 27. RGB value is (158,9,39). Sum of RGB (Red+Green+Blue) = 158+9+39=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0927 is #61F6D8. Grayscale: #393939. Windows color (decimal): -6420185 or 2558366. OLE color: 2558366.

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

Color convert

RGB 158 9 39 -
CMYK 0 0.94 0.75 0.38
HSL 347.92º 0.89% 0.33% -
HSV(B) 347.92º 0.94% 0.62% -
XYZ 14.56 7.61 2.62 -
YUV 56.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 158 9 39 0 0.94 0.75 0.38 347.92 0.89 0.33
Hex 9E 9 27 0 5E 4B 26 15C 59 21
Octal 236 11 47 0 136 113 46 534 131 41
Binary 10011110 1001 100111 0 1011110 1001011 100110 101011100 1011001 100001

Color Harmonies of #9E0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0927

Black with #9E0927

Text Example


Text Example

White with #9E0927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,9,39); }

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

background-color css

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

 a { background-color: rgb(158,9,39); }

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

border-color css

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

 span { border-color: rgb(158,9,39); }

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