Html Css Color HEX #971E15 Mandarian Orange

📋 copy color: '#971E15'

red 151 ◦ green 30 ◦ blue 21

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

Shades of Mandarian Orange #971E15

Tints of Mandarian Orange #971E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 74.75%
G = 14.85%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#971E15 (or 0x971E15) is known color: Mandarian Orange. HEX triplet: 97, 1E and 15. RGB value is (151,30,21). Sum of RGB (Red+Green+Blue) = 151+30+21=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #971E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971E15 is #68E1EA. Grayscale: #414141. Windows color (decimal): -6873579 or 1384087. OLE color: 1384087.

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

Color convert

RGB 151 30 21 -
CMYK 0 0.80 0.86 0.41
HSL 4.15º 0.76% 0.34% -
HSV(B) 4.15º 0.86% 0.59% -
XYZ 13.36 7.56 1.46 -
YUV 65.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 151 30 21 0 0.80 0.86 0.41 4.15 0.76 0.34
Hex 97 1E 15 0 50 56 29 4 4C 22
Octal 227 36 25 0 120 126 51 4 114 42
Binary 10010111 11110 10101 0 1010000 1010110 101001 100 1001100 100010

Color Harmonies of #971E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E15

Black with #971E15

Text Example


Text Example

White with #971E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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