Html Css Color HEX #942114 Mandarian Orange

📋 copy color: '#942114'

red 148 ◦ green 33 ◦ blue 20

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

Shades of Mandarian Orange #942114

Tints of Mandarian Orange #942114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 73.63%
G = 16.42%
B = 9.95%

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

#942114 (or 0x942114) is known color: Mandarian Orange. HEX triplet: 94, 21 and 14. RGB value is (148,33,20). Sum of RGB (Red+Green+Blue) = 148+33+20=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942114 is #6BDEEB. Grayscale: #424242. Windows color (decimal): -7069420 or 1319316. OLE color: 1319316.

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

Color convert

RGB 148 33 20 -
CMYK 0 0.78 0.86 0.42
HSL 6.09º 0.76% 0.33% -
HSV(B) 6.09º 0.86% 0.58% -
XYZ 12.88 7.43 1.42 -
YUV 65.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 148 33 20 0 0.78 0.86 0.42 6.09 0.76 0.33
Hex 94 21 14 0 4E 56 2A 6 4C 21
Octal 224 41 24 0 116 126 52 6 114 41
Binary 10010100 100001 10100 0 1001110 1010110 101010 110 1001100 100001

Color Harmonies of #942114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942114

Black with #942114

Text Example


Text Example

White with #942114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942114; }

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

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

background-color css

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

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

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

border-color css

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

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

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