Html Css Color HEX #92251F Mandarian Orange

📋 copy color: '#92251F'

red 146 ◦ green 37 ◦ blue 31

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

Shades of Mandarian Orange #92251F

Tints of Mandarian Orange #92251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 68.22%
G = 17.29%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92251F (or 0x92251F) is known color: Mandarian Orange. HEX triplet: 92, 25 and 1F. RGB value is (146,37,31). Sum of RGB (Red+Green+Blue) = 146+37+31=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #92251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92251F is #6DDAE0. Grayscale: #454545. Windows color (decimal): -7199457 or 2041234. OLE color: 2041234.

HSL color Cylindrical-coordinate representation of color #92251F: hue angle of 3.13º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92251F is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 37 31 -
CMYK 0 0.75 0.79 0.43
HSL 3.13º 0.65% 0.35% -
HSV(B) 3.13º 0.79% 0.57% -
XYZ 12.76 7.53 2.08 -
YUV 68.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 146 37 31 0 0.75 0.79 0.43 3.13 0.65 0.35
Hex 92 25 1F 0 4B 4F 2B 3 41 23
Octal 222 45 37 0 113 117 53 3 101 43
Binary 10010010 100101 11111 0 1001011 1001111 101011 11 1000001 100011

Color Harmonies of #92251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92251F

Black with #92251F

Text Example


Text Example

White with #92251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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