Html Css Color HEX #981E11 Mandarian Orange

📋 copy color: '#981E11'

red 152 ◦ green 30 ◦ blue 17

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

Shades of Mandarian Orange #981E11

Tints of Mandarian Orange #981E11

RGB

 RED value IS 152 (59.77% from 255) = 76.38%

 GREEN value IS 30 (12.11% from 255) = 15.08%

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

R = 76.38%
G = 15.08%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#981E11 (or 0x981E11) is known color: Mandarian Orange. HEX triplet: 98, 1E and 11. RGB value is (152,30,17). Sum of RGB (Red+Green+Blue) = 152+30+17=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #981E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981E11 is #67E1EE. Grayscale: #414141. Windows color (decimal): -6808047 or 1121944. OLE color: 1121944.

HSL color Cylindrical-coordinate representation of color #981E11: hue angle of 5.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981E11 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 17 -
CMYK 0 0.80 0.89 0.40
HSL 5.78º 0.8% 0.33% -
HSV(B) 5.78º 0.89% 0.6% -
XYZ 13.51 7.64 1.29 -
YUV 65 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 152 30 17 0 0.80 0.89 0.40 5.78 0.8 0.33
Hex 98 1E 11 0 50 59 28 6 50 21
Octal 230 36 21 0 120 131 50 6 120 41
Binary 10011000 11110 10001 0 1010000 1011001 101000 110 1010000 100001

Color Harmonies of #981E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E11

Black with #981E11

Text Example


Text Example

White with #981E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981E11; }

 p { color: rgb(152,30,17); }

 H1.HeaderClassName
 {
   color: #981E11;
 }
 .AnyTagClassName
 {
   color: #981E11;
 }
</style>

background-color css

<style>
 a { background-color: #981E11; }

 a { background-color: rgb(152,30,17); }

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

border-color css

<style>
 span { border-color: #981E11; }

 span { border-color: rgb(152,30,17); }

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