Html Css Color HEX #981E0E Mandarian Orange

📋 copy color: '#981E0E'

red 152 ◦ green 30 ◦ blue 14

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

Shades of Mandarian Orange #981E0E

Tints of Mandarian Orange #981E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 77.55%
G = 15.31%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#981E0E (or 0x981E0E) is known color: Mandarian Orange. HEX triplet: 98, 1E and 0E. RGB value is (152,30,14). Sum of RGB (Red+Green+Blue) = 152+30+14=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981E0E is #67E1F1. Grayscale: #404040. Windows color (decimal): -6808050 or 925336. OLE color: 925336.

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

Color convert

RGB 152 30 14 -
CMYK 0 0.80 0.91 0.40
HSL 6.96º 0.83% 0.33% -
HSV(B) 6.96º 0.91% 0.6% -
XYZ 13.49 7.64 1.18 -
YUV 64.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 152 30 14 0 0.80 0.91 0.40 6.96 0.83 0.33
Hex 98 1E E 0 50 5B 28 7 53 21
Octal 230 36 16 0 120 133 50 7 123 41
Binary 10011000 11110 1110 0 1010000 1011011 101000 111 1010011 100001

Color Harmonies of #981E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E0E

Black with #981E0E

Text Example


Text Example

White with #981E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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