Html Css Color HEX #94220E Mandarian Orange

📋 copy color: '#94220E'

red 148 ◦ green 34 ◦ blue 14

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

Shades of Mandarian Orange #94220E

Tints of Mandarian Orange #94220E

RGB

 RED value IS 148 (58.2% from 255) = 75.51%

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 75.51%
G = 17.35%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94220E (or 0x94220E) is known color: Mandarian Orange. HEX triplet: 94, 22 and 0E. RGB value is (148,34,14). Sum of RGB (Red+Green+Blue) = 148+34+14=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #94220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220E is #6BDDF1. Grayscale: #424242. Windows color (decimal): -7069170 or 926356. OLE color: 926356.

HSL color Cylindrical-coordinate representation of color #94220E: hue angle of 8.96º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94220E is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 14 -
CMYK 0 0.77 0.91 0.42
HSL 8.96º 0.83% 0.32% -
HSV(B) 8.96º 0.91% 0.58% -
XYZ 12.86 7.47 1.18 -
YUV 65.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 148 34 14 0 0.77 0.91 0.42 8.96 0.83 0.32
Hex 94 22 E 0 4D 5B 2A 9 53 20
Octal 224 42 16 0 115 133 52 11 123 40
Binary 10010100 100010 1110 0 1001101 1011011 101010 1001 1010011 100000

Color Harmonies of #94220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94220E

Black with #94220E

Text Example


Text Example

White with #94220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,34,14); }

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

background-color css

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

 a { background-color: rgb(148,34,14); }

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

border-color css

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

 span { border-color: rgb(148,34,14); }

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