Html Css Color HEX #942014 Mandarian Orange

📋 copy color: '#942014'

red 148 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #942014

Tints of Mandarian Orange #942014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 74%
G = 16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942014 (or 0x942014) is known color: Mandarian Orange. HEX triplet: 94, 20 and 14. RGB value is (148,32,20). Sum of RGB (Red+Green+Blue) = 148+32+20=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #942014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942014 is #6BDFEB. Grayscale: #414141. Windows color (decimal): -7069676 or 1319060. OLE color: 1319060.

HSL color Cylindrical-coordinate representation of color #942014: hue angle of 5.62º 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 #942014 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 20 -
CMYK 0 0.78 0.86 0.42
HSL 5.63º 0.76% 0.33% -
HSV(B) 5.63º 0.86% 0.58% -
XYZ 12.86 7.38 1.41 -
YUV 65.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 148 32 20 0 0.78 0.86 0.42 5.63 0.76 0.33
Hex 94 20 14 0 4E 56 2A 6 4C 21
Octal 224 40 24 0 116 126 52 6 114 41
Binary 10010100 100000 10100 0 1001110 1010110 101010 110 1001100 100001

Color Harmonies of #942014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942014

Black with #942014

Text Example


Text Example

White with #942014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942014; }

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

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

background-color css

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

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

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

border-color css

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

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

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