Html Css Color HEX #9E040D Sangria

📋 copy color: '#9E040D'

red 158 ◦ green 4 ◦ blue 13

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

Shades of Sangria #9E040D

Tints of Sangria #9E040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 90.29%
G = 2.29%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E040D (or 0x9E040D) is known color: Sangria. HEX triplet: 9E, 04 and 0D. RGB value is (158,4,13). Sum of RGB (Red+Green+Blue) = 158+4+13=175 (23% of max value = 765). Red value is 158 (62.11% from 255 or 90.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 158 - color contains mainly: red. Hex color #9E040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E040D is #61FBF2. Grayscale: #333333. Windows color (decimal): -6421491 or 853150. OLE color: 853150.

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

Color convert

RGB 158 4 13 -
CMYK 0 0.97 0.92 0.38
HSL 356.49º 0.95% 0.32% -
HSV(B) 356.49º 0.97% 0.62% -
XYZ 14.22 7.38 1.06 -
YUV 51.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 158 4 13 0 0.97 0.92 0.38 356.49 0.95 0.32
Hex 9E 4 D 0 61 5C 26 164 5F 20
Octal 236 4 15 0 141 134 46 544 137 40
Binary 10011110 100 1101 0 1100001 1011100 100110 101100100 1011111 100000

Color Harmonies of #9E040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E040D

Black with #9E040D

Text Example


Text Example

White with #9E040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,4,13); }

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

background-color css

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

 a { background-color: rgb(158,4,13); }

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

border-color css

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

 span { border-color: rgb(158,4,13); }

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