Html Css Color HEX #9E0617 Carmine

📋 copy color: '#9E0617'

red 158 ◦ green 6 ◦ blue 23

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

Shades of Carmine #9E0617

Tints of Carmine #9E0617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 84.49%
G = 3.21%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E0617 (or 0x9E0617) is known color: Carmine. HEX triplet: 9E, 06 and 17. RGB value is (158,6,23). Sum of RGB (Red+Green+Blue) = 158+6+23=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0617 is #61F9E8. Grayscale: #353535. Windows color (decimal): -6420969 or 1509022. OLE color: 1509022.

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

Color convert

RGB 158 6 23 -
CMYK 0 0.96 0.85 0.38
HSL 353.29º 0.93% 0.32% -
HSV(B) 353.29º 0.96% 0.62% -
XYZ 14.32 7.46 1.5 -
YUV 53.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 158 6 23 0 0.96 0.85 0.38 353.29 0.93 0.32
Hex 9E 6 17 0 60 55 26 161 5D 20
Octal 236 6 27 0 140 125 46 541 135 40
Binary 10011110 110 10111 0 1100000 1010101 100110 101100001 1011101 100000

Color Harmonies of #9E0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0617

Black with #9E0617

Text Example


Text Example

White with #9E0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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