Html Css Color HEX #92250E Mandarian Orange

📋 copy color: '#92250E'

red 146 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #92250E

Tints of Mandarian Orange #92250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 74.11%
G = 18.78%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92250E (or 0x92250E) is known color: Mandarian Orange. HEX triplet: 92, 25 and 0E. RGB value is (146,37,14). Sum of RGB (Red+Green+Blue) = 146+37+14=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92250E is #6DDAF1. Grayscale: #434343. Windows color (decimal): -7199474 or 927122. OLE color: 927122.

HSL color Cylindrical-coordinate representation of color #92250E: hue angle of 10.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92250E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 37 14 -
CMYK 0 0.75 0.90 0.43
HSL 10.45º 0.83% 0.31% -
HSV(B) 10.45º 0.9% 0.57% -
XYZ 12.59 7.47 1.19 -
YUV 66.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 146 37 14 0 0.75 0.90 0.43 10.45 0.83 0.31
Hex 92 25 E 0 4B 5A 2B A 52 1F
Octal 222 45 16 0 113 132 53 12 122 37
Binary 10010010 100101 1110 0 1001011 1011010 101011 1010 1010010 11111

Color Harmonies of #92250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92250E

Black with #92250E

Text Example


Text Example

White with #92250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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