Html Css Color HEX #9E0A0F Sangria

📋 copy color: '#9E0A0F'

red 158 ◦ green 10 ◦ blue 15

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

Shades of Sangria #9E0A0F

Tints of Sangria #9E0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

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

R = 86.34%
G = 5.46%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E0A0F (or 0x9E0A0F) is known color: Sangria. HEX triplet: 9E, 0A and 0F. RGB value is (158,10,15). Sum of RGB (Red+Green+Blue) = 158+10+15=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A0F is #61F5F0. Grayscale: #363636. Windows color (decimal): -6419953 or 985758. OLE color: 985758.

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

Color convert

RGB 158 10 15 -
CMYK 0 0.94 0.91 0.38
HSL 357.97º 0.88% 0.33% -
HSV(B) 357.97º 0.94% 0.62% -
XYZ 14.3 7.52 1.15 -
YUV 54.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 158 10 15 0 0.94 0.91 0.38 357.97 0.88 0.33
Hex 9E A F 0 5E 5B 26 166 58 21
Octal 236 12 17 0 136 133 46 546 130 41
Binary 10011110 1010 1111 0 1011110 1011011 100110 101100110 1011000 100001

Color Harmonies of #9E0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0A0F

Black with #9E0A0F

Text Example


Text Example

White with #9E0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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