Html Css Color HEX #971E10 Mandarian Orange

📋 copy color: '#971E10'

red 151 ◦ green 30 ◦ blue 16

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

Shades of Mandarian Orange #971E10

Tints of Mandarian Orange #971E10

RGB

 RED value IS 151 (59.38% from 255) = 76.65%

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 76.65%
G = 15.23%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971E10 (or 0x971E10) is known color: Mandarian Orange. HEX triplet: 97, 1E and 10. RGB value is (151,30,16). Sum of RGB (Red+Green+Blue) = 151+30+16=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971E10 is #68E1EF. Grayscale: #404040. Windows color (decimal): -6873584 or 1056407. OLE color: 1056407.

HSL color Cylindrical-coordinate representation of color #971E10: hue angle of 6.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971E10 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 30 16 -
CMYK 0 0.80 0.89 0.41
HSL 6.22º 0.81% 0.33% -
HSV(B) 6.22º 0.89% 0.59% -
XYZ 13.32 7.55 1.24 -
YUV 64.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 151 30 16 0 0.80 0.89 0.41 6.22 0.81 0.33
Hex 97 1E 10 0 50 59 29 6 51 21
Octal 227 36 20 0 120 131 51 6 121 41
Binary 10010111 11110 10000 0 1010000 1011001 101001 110 1010001 100001

Color Harmonies of #971E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E10

Black with #971E10

Text Example


Text Example

White with #971E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971E10; }

 p { color: rgb(151,30,16); }

 H1.HeaderClassName
 {
   color: #971E10;
 }
 .AnyTagClassName
 {
   color: #971E10;
 }
</style>

background-color css

<style>
 a { background-color: #971E10; }

 a { background-color: rgb(151,30,16); }

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

border-color css

<style>
 span { border-color: #971E10; }

 span { border-color: rgb(151,30,16); }

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