Html Css Color HEX #971C10 Mandarian Orange

📋 copy color: '#971C10'

red 151 ◦ green 28 ◦ blue 16

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

Shades of Mandarian Orange #971C10

Tints of Mandarian Orange #971C10

RGB

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

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

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

R = 77.44%
G = 14.36%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971C10 (or 0x971C10) is known color: Mandarian Orange. HEX triplet: 97, 1C and 10. RGB value is (151,28,16). Sum of RGB (Red+Green+Blue) = 151+28+16=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #971C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C10 is #68E3EF. Grayscale: #3F3F3F. Windows color (decimal): -6874096 or 1055895. OLE color: 1055895.

HSL color Cylindrical-coordinate representation of color #971C10: hue angle of 5.33º 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 #971C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 16 -
CMYK 0 0.81 0.89 0.41
HSL 5.33º 0.81% 0.33% -
HSV(B) 5.33º 0.89% 0.59% -
XYZ 13.27 7.45 1.23 -
YUV 63.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 151 28 16 0 0.81 0.89 0.41 5.33 0.81 0.33
Hex 97 1C 10 0 51 59 29 5 51 21
Octal 227 34 20 0 121 131 51 5 121 41
Binary 10010111 11100 10000 0 1010001 1011001 101001 101 1010001 100001

Color Harmonies of #971C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C10

Black with #971C10

Text Example


Text Example

White with #971C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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