Html Css Color HEX #9E0437 Carmine

📋 copy color: '#9E0437'

red 158 ◦ green 4 ◦ blue 55

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

Shades of Carmine #9E0437

Tints of Carmine #9E0437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 72.81%
G = 1.84%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9E0437 (or 0x9E0437) is known color: Carmine. HEX triplet: 9E, 04 and 37. RGB value is (158,4,55). Sum of RGB (Red+Green+Blue) = 158+4+55=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0437 is #61FBC8. Grayscale: #373737. Windows color (decimal): -6421449 or 3605662. OLE color: 3605662.

HSL color Cylindrical-coordinate representation of color #9E0437: hue angle of 340.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0437 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 4 55 -
CMYK 0 0.97 0.65 0.38
HSL 340.13º 0.95% 0.32% -
HSV(B) 340.13º 0.97% 0.62% -
XYZ 14.83 7.63 4.31 -
YUV 55.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 158 4 55 0 0.97 0.65 0.38 340.13 0.95 0.32
Hex 9E 4 37 0 61 41 26 154 5F 20
Octal 236 4 67 0 141 101 46 524 137 40
Binary 10011110 100 110111 0 1100001 1000001 100110 101010100 1011111 100000

Color Harmonies of #9E0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0437

Black with #9E0437

Text Example


Text Example

White with #9E0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,4,55); }

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

background-color css

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

 a { background-color: rgb(158,4,55); }

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

border-color css

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

 span { border-color: rgb(158,4,55); }

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