Html Css Color HEX #9E1015 Carmine

📋 copy color: '#9E1015'

red 158 ◦ green 16 ◦ blue 21

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

Shades of Carmine #9E1015

Tints of Carmine #9E1015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 81.03%
G = 8.21%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E1015 (or 0x9E1015) is known color: Carmine. HEX triplet: 9E, 10 and 15. RGB value is (158,16,21). Sum of RGB (Red+Green+Blue) = 158+16+21=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1015 is #61EFEA. Grayscale: #3B3B3B. Windows color (decimal): -6418411 or 1380510. OLE color: 1380510.

HSL color Cylindrical-coordinate representation of color #9E1015: hue angle of 357.89º 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 #9E1015 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 16 21 -
CMYK 0 0.90 0.87 0.38
HSL 357.89º 0.82% 0.34% -
HSV(B) 357.89º 0.9% 0.62% -
XYZ 14.42 7.69 1.43 -
YUV 59.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 158 16 21 0 0.90 0.87 0.38 357.89 0.82 0.34
Hex 9E 10 15 0 5A 57 26 166 52 22
Octal 236 20 25 0 132 127 46 546 122 42
Binary 10011110 10000 10101 0 1011010 1010111 100110 101100110 1010010 100010

Color Harmonies of #9E1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1015

Black with #9E1015

Text Example


Text Example

White with #9E1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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