Html Css Color HEX #9E1313 Mandarian Orange

📋 copy color: '#9E1313'

red 158 ◦ green 19 ◦ blue 19

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

Shades of Mandarian Orange #9E1313

Tints of Mandarian Orange #9E1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 80.61%
G = 9.69%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E1313 (or 0x9E1313) is known color: Mandarian Orange. HEX triplet: 9E, 13 and 13. RGB value is (158,19,19). Sum of RGB (Red+Green+Blue) = 158+19+19=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1313 is #61ECEC. Grayscale: #3C3C3C. Windows color (decimal): -6417645 or 1250206. OLE color: 1250206.

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

Color convert

RGB 158 19 19 -
CMYK 0 0.88 0.88 0.38
HSL 0.79% 0.35% -
HSV(B) 0.88% 0.62% -
XYZ 14.45 7.78 1.36 -
YUV 60.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 158 19 19 0 0.88 0.88 0.38 0 0.79 0.35
Hex 9E 13 13 0 58 58 26 0 4F 23
Octal 236 23 23 0 130 130 46 0 117 43
Binary 10011110 10011 10011 0 1011000 1011000 100110 0 1001111 100011

Color Harmonies of #9E1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1313

Black with #9E1313

Text Example


Text Example

White with #9E1313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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