Html Css Color HEX #92241F Mandarian Orange

📋 copy color: '#92241F'

red 146 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #92241F

Tints of Mandarian Orange #92241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 68.54%
G = 16.9%
B = 14.55%

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

#92241F (or 0x92241F) is known color: Mandarian Orange. HEX triplet: 92, 24 and 1F. RGB value is (146,36,31). Sum of RGB (Red+Green+Blue) = 146+36+31=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92241F is #6DDBE0. Grayscale: #444444. Windows color (decimal): -7199713 or 2040978. OLE color: 2040978.

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

Color convert

RGB 146 36 31 -
CMYK 0 0.75 0.79 0.43
HSL 2.61º 0.65% 0.35% -
HSV(B) 2.61º 0.79% 0.57% -
XYZ 12.73 7.47 2.07 -
YUV 68.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 146 36 31 0 0.75 0.79 0.43 2.61 0.65 0.35
Hex 92 24 1F 0 4B 4F 2B 3 41 23
Octal 222 44 37 0 113 117 53 3 101 43
Binary 10010010 100100 11111 0 1001011 1001111 101011 11 1000001 100011

Color Harmonies of #92241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92241F

Black with #92241F

Text Example


Text Example

White with #92241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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