Html Css Color HEX #97211E Mandarian Orange

📋 copy color: '#97211E'

red 151 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #97211E

Tints of Mandarian Orange #97211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 70.56%
G = 15.42%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97211E (or 0x97211E) is known color: Mandarian Orange. HEX triplet: 97, 21 and 1E. RGB value is (151,33,30). Sum of RGB (Red+Green+Blue) = 151+33+30=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97211E is #68DEE1. Grayscale: #444444. Windows color (decimal): -6872802 or 1974679. OLE color: 1974679.

HSL color Cylindrical-coordinate representation of color #97211E: hue angle of 1.49º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97211E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 30 -
CMYK 0 0.78 0.80 0.41
HSL 1.49º 0.67% 0.35% -
HSV(B) 1.49º 0.8% 0.59% -
XYZ 13.54 7.76 2.01 -
YUV 67.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 151 33 30 0 0.78 0.80 0.41 1.49 0.67 0.35
Hex 97 21 1E 0 4E 50 29 1 43 23
Octal 227 41 36 0 116 120 51 1 103 43
Binary 10010111 100001 11110 0 1001110 1010000 101001 1 1000011 100011

Color Harmonies of #97211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97211E

Black with #97211E

Text Example


Text Example

White with #97211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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