Html Css Color HEX #9E0015 Carmine

📋 copy color: '#9E0015'

red 158 ◦ green 0 ◦ blue 21

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

Shades of Carmine #9E0015

Tints of Carmine #9E0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.27%
G = 0%
B = 11.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E0015 (or 0x9E0015) is known color: Carmine. HEX triplet: 9E, 00 and 15. RGB value is (158,0,21). Sum of RGB (Red+Green+Blue) = 158+0+21=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0015 is #61FFEA. Grayscale: #313131. Windows color (decimal): -6422507 or 1376414. OLE color: 1376414.

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

Color convert

RGB 158 0 21 -
CMYK 0 1 0.87 0.38
HSL 352.03º 1% 0.31% -
HSV(B) 352.03º 1% 0.62% -
XYZ 14.24 7.32 1.37 -
YUV 49.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 158 0 21 0 1 0.87 0.38 352.03 1 0.31
Hex 9E 0 15 0 64 57 26 160 64 1F
Octal 236 0 25 0 144 127 46 540 144 37
Binary 10011110 0 10101 0 1100100 1010111 100110 101100000 1100100 11111

Color Harmonies of #9E0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0015

Black with #9E0015

Text Example


Text Example

White with #9E0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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