Html Css Color HEX #94220D Mandarian Orange

📋 copy color: '#94220D'

red 148 ◦ green 34 ◦ blue 13

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

Shades of Mandarian Orange #94220D

Tints of Mandarian Orange #94220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 75.9%
G = 17.44%
B = 6.67%

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

#94220D (or 0x94220D) is known color: Mandarian Orange. HEX triplet: 94, 22 and 0D. RGB value is (148,34,13). Sum of RGB (Red+Green+Blue) = 148+34+13=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220D is #6BDDF2. Grayscale: #414141. Windows color (decimal): -7069171 or 860820. OLE color: 860820.

HSL color Cylindrical-coordinate representation of color #94220D: hue angle of 9.33º degrees, saturation: 0.84, 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 #94220D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 13 -
CMYK 0 0.77 0.91 0.42
HSL 9.33º 0.84% 0.32% -
HSV(B) 9.33º 0.91% 0.58% -
XYZ 12.86 7.47 1.14 -
YUV 65.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 148 34 13 0 0.77 0.91 0.42 9.33 0.84 0.32
Hex 94 22 D 0 4D 5B 2A 9 54 20
Octal 224 42 15 0 115 133 52 11 124 40
Binary 10010100 100010 1101 0 1001101 1011011 101010 1001 1010100 100000

Color Harmonies of #94220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94220D

Black with #94220D

Text Example


Text Example

White with #94220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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