Html Css Color HEX #9E061F Carmine

📋 copy color: '#9E061F'

red 158 ◦ green 6 ◦ blue 31

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

Shades of Carmine #9E061F

Tints of Carmine #9E061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

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

R = 81.03%
G = 3.08%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E061F (or 0x9E061F) is known color: Carmine. HEX triplet: 9E, 06 and 1F. RGB value is (158,6,31). Sum of RGB (Red+Green+Blue) = 158+6+31=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E061F is #61F9E0. Grayscale: #363636. Windows color (decimal): -6420961 or 2033310. OLE color: 2033310.

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

Color convert

RGB 158 6 31 -
CMYK 0 0.96 0.80 0.38
HSL 350.13º 0.93% 0.32% -
HSV(B) 350.13º 0.96% 0.62% -
XYZ 14.41 7.5 1.98 -
YUV 54.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 158 6 31 0 0.96 0.80 0.38 350.13 0.93 0.32
Hex 9E 6 1F 0 60 50 26 15E 5D 20
Octal 236 6 37 0 140 120 46 536 135 40
Binary 10011110 110 11111 0 1100000 1010000 100110 101011110 1011101 100000

Color Harmonies of #9E061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E061F

Black with #9E061F

Text Example


Text Example

White with #9E061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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