Html Css Color HEX #942214 Mandarian Orange

📋 copy color: '#942214'

red 148 ◦ green 34 ◦ blue 20

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

Shades of Mandarian Orange #942214

Tints of Mandarian Orange #942214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 73.27%
G = 16.83%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942214 (or 0x942214) is known color: Mandarian Orange. HEX triplet: 94, 22 and 14. RGB value is (148,34,20). Sum of RGB (Red+Green+Blue) = 148+34+20=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942214 is #6BDDEB. Grayscale: #424242. Windows color (decimal): -7069164 or 1319572. OLE color: 1319572.

HSL color Cylindrical-coordinate representation of color #942214: hue angle of 6.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #942214 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 20 -
CMYK 0 0.77 0.86 0.42
HSL 6.56º 0.76% 0.33% -
HSV(B) 6.56º 0.86% 0.58% -
XYZ 12.91 7.49 1.43 -
YUV 66.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 148 34 20 0 0.77 0.86 0.42 6.56 0.76 0.33
Hex 94 22 14 0 4D 56 2A 7 4C 21
Octal 224 42 24 0 115 126 52 7 114 41
Binary 10010100 100010 10100 0 1001101 1010110 101010 111 1001100 100001

Color Harmonies of #942214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942214

Black with #942214

Text Example


Text Example

White with #942214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942214; }

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

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

background-color css

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

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

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

border-color css

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

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

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