Html Css Color HEX #9E0C11 Sangria

📋 copy color: '#9E0C11'

red 158 ◦ green 12 ◦ blue 17

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

Shades of Sangria #9E0C11

Tints of Sangria #9E0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 84.49%
G = 6.42%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E0C11 (or 0x9E0C11) is known color: Sangria. HEX triplet: 9E, 0C and 11. RGB value is (158,12,17). Sum of RGB (Red+Green+Blue) = 158+12+17=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0C11 is #61F3EE. Grayscale: #383838. Windows color (decimal): -6419439 or 1117342. OLE color: 1117342.

HSL color Cylindrical-coordinate representation of color #9E0C11: hue angle of 357.95º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C11 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 17 -
CMYK 0 0.92 0.89 0.38
HSL 357.95º 0.86% 0.33% -
HSV(B) 357.95º 0.92% 0.62% -
XYZ 14.33 7.57 1.24 -
YUV 56.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 158 12 17 0 0.92 0.89 0.38 357.95 0.86 0.33
Hex 9E C 11 0 5C 59 26 166 56 21
Octal 236 14 21 0 134 131 46 546 126 41
Binary 10011110 1100 10001 0 1011100 1011001 100110 101100110 1010110 100001

Color Harmonies of #9E0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C11

Black with #9E0C11

Text Example


Text Example

White with #9E0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,17); }

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

background-color css

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

 a { background-color: rgb(158,12,17); }

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

border-color css

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

 span { border-color: rgb(158,12,17); }

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