Html Css Color HEX #971514 Mandarian Orange

📋 copy color: '#971514'

red 151 ◦ green 21 ◦ blue 20

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

Shades of Mandarian Orange #971514

Tints of Mandarian Orange #971514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 78.65%
G = 10.94%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971514 (or 0x971514) is known color: Mandarian Orange. HEX triplet: 97, 15 and 14. RGB value is (151,21,20). Sum of RGB (Red+Green+Blue) = 151+21+20=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971514 is #68EAEB. Grayscale: #3B3B3B. Windows color (decimal): -6875884 or 1316247. OLE color: 1316247.

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

Color convert

RGB 151 21 20 -
CMYK 0 0.86 0.87 0.41
HSL 0.46º 0.77% 0.34% -
HSV(B) 0.46º 0.87% 0.59% -
XYZ 13.16 7.17 1.35 -
YUV 59.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 151 21 20 0 0.86 0.87 0.41 0.46 0.77 0.34
Hex 97 15 14 0 56 57 29 0 4D 22
Octal 227 25 24 0 126 127 51 0 115 42
Binary 10010111 10101 10100 0 1010110 1010111 101001 0 1001101 100010

Color Harmonies of #971514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971514

Black with #971514

Text Example


Text Example

White with #971514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971514; }

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

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

background-color css

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

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

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

border-color css

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

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

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