Html Css Color HEX #981C14 Mandarian Orange

📋 copy color: '#981C14'

red 152 ◦ green 28 ◦ blue 20

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

Shades of Mandarian Orange #981C14

Tints of Mandarian Orange #981C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 76%
G = 14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981C14 (or 0x981C14) is known color: Mandarian Orange. HEX triplet: 98, 1C and 14. RGB value is (152,28,20). Sum of RGB (Red+Green+Blue) = 152+28+20=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #981C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C14 is #67E3EB. Grayscale: #404040. Windows color (decimal): -6808556 or 1318040. OLE color: 1318040.

HSL color Cylindrical-coordinate representation of color #981C14: hue angle of 3.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981C14 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 20 -
CMYK 0 0.82 0.87 0.40
HSL 3.64º 0.77% 0.34% -
HSV(B) 3.64º 0.87% 0.6% -
XYZ 13.49 7.56 1.41 -
YUV 64.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 152 28 20 0 0.82 0.87 0.40 3.64 0.77 0.34
Hex 98 1C 14 0 52 57 28 4 4D 22
Octal 230 34 24 0 122 127 50 4 115 42
Binary 10011000 11100 10100 0 1010010 1010111 101000 100 1001101 100010

Color Harmonies of #981C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C14

Black with #981C14

Text Example


Text Example

White with #981C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,28,20); }

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

background-color css

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

 a { background-color: rgb(152,28,20); }

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

border-color css

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

 span { border-color: rgb(152,28,20); }

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