Html Css Color HEX #92241D Mandarian Orange

📋 copy color: '#92241D'

red 146 ◦ green 36 ◦ blue 29

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

Shades of Mandarian Orange #92241D

Tints of Mandarian Orange #92241D

RGB

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

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

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

R = 69.19%
G = 17.06%
B = 13.74%

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

#92241D (or 0x92241D) is known color: Mandarian Orange. HEX triplet: 92, 24 and 1D. RGB value is (146,36,29). Sum of RGB (Red+Green+Blue) = 146+36+29=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92241D is #6DDBE2. Grayscale: #444444. Windows color (decimal): -7199715 or 1909906. OLE color: 1909906.

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

Color convert

RGB 146 36 29 -
CMYK 0 0.75 0.80 0.43
HSL 3.59º 0.67% 0.34% -
HSV(B) 3.59º 0.8% 0.57% -
XYZ 12.71 7.46 1.93 -
YUV 68.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 146 36 29 0 0.75 0.80 0.43 3.59 0.67 0.34
Hex 92 24 1D 0 4B 50 2B 4 43 22
Octal 222 44 35 0 113 120 53 4 103 42
Binary 10010010 100100 11101 0 1001011 1010000 101011 100 1000011 100010

Color Harmonies of #92241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92241D

Black with #92241D

Text Example


Text Example

White with #92241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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