Html Css Color HEX #9E0124 Carmine

📋 copy color: '#9E0124'

red 158 ◦ green 1 ◦ blue 36

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

Shades of Carmine #9E0124

Tints of Carmine #9E0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 81.03%
G = 0.51%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E0124 (or 0x9E0124) is known color: Carmine. HEX triplet: 9E, 01 and 24. RGB value is (158,1,36). Sum of RGB (Red+Green+Blue) = 158+1+36=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0124 is #61FEDB. Grayscale: #333333. Windows color (decimal): -6422236 or 2359710. OLE color: 2359710.

HSL color Cylindrical-coordinate representation of color #9E0124: hue angle of 346.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0124 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 1 36 -
CMYK 0 0.99 0.77 0.38
HSL 346.62º 0.99% 0.31% -
HSV(B) 346.62º 0.99% 0.62% -
XYZ 14.43 7.42 2.34 -
YUV 51.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 158 1 36 0 0.99 0.77 0.38 346.62 0.99 0.31
Hex 9E 1 24 0 63 4D 26 15B 63 1F
Octal 236 1 44 0 143 115 46 533 143 37
Binary 10011110 1 100100 0 1100011 1001101 100110 101011011 1100011 11111

Color Harmonies of #9E0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0124

Black with #9E0124

Text Example


Text Example

White with #9E0124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,1,36); }

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

background-color css

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

 a { background-color: rgb(158,1,36); }

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

border-color css

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

 span { border-color: rgb(158,1,36); }

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