Html Css Color HEX #9E1025 Carmine

📋 copy color: '#9E1025'

red 158 ◦ green 16 ◦ blue 37

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

Shades of Carmine #9E1025

Tints of Carmine #9E1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 74.88%
G = 7.58%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E1025 (or 0x9E1025) is known color: Carmine. HEX triplet: 9E, 10 and 25. RGB value is (158,16,37). Sum of RGB (Red+Green+Blue) = 158+16+37=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1025 is #61EFDA. Grayscale: #3C3C3C. Windows color (decimal): -6418395 or 2429086. OLE color: 2429086.

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

Color convert

RGB 158 16 37 -
CMYK 0 0.90 0.77 0.38
HSL 351.13º 0.82% 0.34% -
HSV(B) 351.13º 0.9% 0.62% -
XYZ 14.62 7.77 2.48 -
YUV 60.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 158 16 37 0 0.90 0.77 0.38 351.13 0.82 0.34
Hex 9E 10 25 0 5A 4D 26 15F 52 22
Octal 236 20 45 0 132 115 46 537 122 42
Binary 10011110 10000 100101 0 1011010 1001101 100110 101011111 1010010 100010

Color Harmonies of #9E1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1025

Black with #9E1025

Text Example


Text Example

White with #9E1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,16,37); }

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

background-color css

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

 a { background-color: rgb(158,16,37); }

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

border-color css

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

 span { border-color: rgb(158,16,37); }

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