Html Css Color HEX #9E001E Carmine

📋 copy color: '#9E001E'

red 158 ◦ green 0 ◦ blue 30

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

Shades of Carmine #9E001E

Tints of Carmine #9E001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 84.04%
G = 0%
B = 15.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E001E (or 0x9E001E) is known color: Carmine. HEX triplet: 9E, 00 and 1E. RGB value is (158,0,30). Sum of RGB (Red+Green+Blue) = 158+0+30=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E001E is #61FFE1. Grayscale: #323232. Windows color (decimal): -6422498 or 1966238. OLE color: 1966238.

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

Color convert

RGB 158 0 30 -
CMYK 0 1 0.81 0.38
HSL 348.61º 1% 0.31% -
HSV(B) 348.61º 1% 0.62% -
XYZ 14.33 7.36 1.89 -
YUV 50.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 158 0 30 0 1 0.81 0.38 348.61 1 0.31
Hex 9E 0 1E 0 64 51 26 15D 64 1F
Octal 236 0 36 0 144 121 46 535 144 37
Binary 10011110 0 11110 0 1100100 1010001 100110 101011101 1100100 11111

Color Harmonies of #9E001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E001E

Black with #9E001E

Text Example


Text Example

White with #9E001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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