Html Css Color HEX #9E0E0F Sangria

📋 copy color: '#9E0E0F'

red 158 ◦ green 14 ◦ blue 15

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

Shades of Sangria #9E0E0F

Tints of Sangria #9E0E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 84.49%
G = 7.49%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E0E0F (or 0x9E0E0F) is known color: Sangria. HEX triplet: 9E, 0E and 0F. RGB value is (158,14,15). Sum of RGB (Red+Green+Blue) = 158+14+15=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0E0F is #61F1F0. Grayscale: #393939. Windows color (decimal): -6418929 or 986782. OLE color: 986782.

HSL color Cylindrical-coordinate representation of color #9E0E0F: hue angle of 359.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E0F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 14 15 -
CMYK 0 0.91 0.91 0.38
HSL 359.58º 0.84% 0.34% -
HSV(B) 359.58º 0.91% 0.62% -
XYZ 14.34 7.62 1.17 -
YUV 57.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 158 14 15 0 0.91 0.91 0.38 359.58 0.84 0.34
Hex 9E E F 0 5B 5B 26 168 54 22
Octal 236 16 17 0 133 133 46 550 124 42
Binary 10011110 1110 1111 0 1011011 1011011 100110 101101000 1010100 100010

Color Harmonies of #9E0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0E0F

Black with #9E0E0F

Text Example


Text Example

White with #9E0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,14,15); }

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

background-color css

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

 a { background-color: rgb(158,14,15); }

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

border-color css

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

 span { border-color: rgb(158,14,15); }

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