Html Css Color HEX #92211D Mandarian Orange

📋 copy color: '#92211D'

red 146 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #92211D

Tints of Mandarian Orange #92211D

RGB

 RED value IS 146 (57.42% from 255) = 70.19%

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

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 70.19%
G = 15.87%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92211D (or 0x92211D) is known color: Mandarian Orange. HEX triplet: 92, 21 and 1D. RGB value is (146,33,29). Sum of RGB (Red+Green+Blue) = 146+33+29=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #92211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92211D is #6DDEE2. Grayscale: #424242. Windows color (decimal): -7200483 or 1909138. OLE color: 1909138.

HSL color Cylindrical-coordinate representation of color #92211D: hue angle of 2.05º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92211D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 33 29 -
CMYK 0 0.77 0.80 0.43
HSL 2.05º 0.67% 0.34% -
HSV(B) 2.05º 0.8% 0.57% -
XYZ 12.62 7.29 1.9 -
YUV 66.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 146 33 29 0 0.77 0.80 0.43 2.05 0.67 0.34
Hex 92 21 1D 0 4D 50 2B 2 43 22
Octal 222 41 35 0 115 120 53 2 103 42
Binary 10010010 100001 11101 0 1001101 1010000 101011 10 1000011 100010

Color Harmonies of #92211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92211D

Black with #92211D

Text Example


Text Example

White with #92211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92211D; }

 p { color: rgb(146,33,29); }

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

background-color css

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

 a { background-color: rgb(146,33,29); }

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

border-color css

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

 span { border-color: rgb(146,33,29); }

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