Html Css Color HEX #92251D Mandarian Orange

📋 copy color: '#92251D'

red 146 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #92251D

Tints of Mandarian Orange #92251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 68.87%
G = 17.45%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92251D (or 0x92251D) is known color: Mandarian Orange. HEX triplet: 92, 25 and 1D. RGB value is (146,37,29). Sum of RGB (Red+Green+Blue) = 146+37+29=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #92251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92251D is #6DDAE2. Grayscale: #444444. Windows color (decimal): -7199459 or 1910162. OLE color: 1910162.

HSL color Cylindrical-coordinate representation of color #92251D: hue angle of 4.1º 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 #92251D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 37 29 -
CMYK 0 0.75 0.80 0.43
HSL 4.1º 0.67% 0.34% -
HSV(B) 4.1º 0.8% 0.57% -
XYZ 12.74 7.52 1.94 -
YUV 68.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 146 37 29 0 0.75 0.80 0.43 4.1 0.67 0.34
Hex 92 25 1D 0 4B 50 2B 4 43 22
Octal 222 45 35 0 113 120 53 4 103 42
Binary 10010010 100101 11101 0 1001011 1010000 101011 100 1000011 100010

Color Harmonies of #92251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92251D

Black with #92251D

Text Example


Text Example

White with #92251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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