Html Css Color HEX #9E051F Carmine

📋 copy color: '#9E051F'

red 158 ◦ green 5 ◦ blue 31

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

Shades of Carmine #9E051F

Tints of Carmine #9E051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 81.44%
G = 2.58%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E051F (or 0x9E051F) is known color: Carmine. HEX triplet: 9E, 05 and 1F. RGB value is (158,5,31). Sum of RGB (Red+Green+Blue) = 158+5+31=194 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.44% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 158 - color contains mainly: red. Hex color #9E051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E051F is #61FAE0. Grayscale: #353535. Windows color (decimal): -6421217 or 2033054. OLE color: 2033054.

HSL color Cylindrical-coordinate representation of color #9E051F: hue angle of 349.8º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E051F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 31 -
CMYK 0 0.97 0.80 0.38
HSL 349.8º 0.94% 0.32% -
HSV(B) 349.8º 0.97% 0.62% -
XYZ 14.4 7.48 1.98 -
YUV 53.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 158 5 31 0 0.97 0.80 0.38 349.8 0.94 0.32
Hex 9E 5 1F 0 61 50 26 15E 5E 20
Octal 236 5 37 0 141 120 46 536 136 40
Binary 10011110 101 11111 0 1100001 1010000 100110 101011110 1011110 100000

Color Harmonies of #9E051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E051F

Black with #9E051F

Text Example


Text Example

White with #9E051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,31); }

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

background-color css

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

 a { background-color: rgb(158,5,31); }

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

border-color css

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

 span { border-color: rgb(158,5,31); }

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