Html Css Color HEX #941E10 Mandarian Orange

📋 copy color: '#941E10'

red 148 ◦ green 30 ◦ blue 16

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

Shades of Mandarian Orange #941E10

Tints of Mandarian Orange #941E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 76.29%
G = 15.46%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941E10 (or 0x941E10) is known color: Mandarian Orange. HEX triplet: 94, 1E and 10. RGB value is (148,30,16). Sum of RGB (Red+Green+Blue) = 148+30+16=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #941E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941E10 is #6BE1EF. Grayscale: #3F3F3F. Windows color (decimal): -7070192 or 1056404. OLE color: 1056404.

HSL color Cylindrical-coordinate representation of color #941E10: hue angle of 6.36º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941E10 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 30 16 -
CMYK 0 0.80 0.89 0.42
HSL 6.36º 0.8% 0.32% -
HSV(B) 6.36º 0.89% 0.58% -
XYZ 12.77 7.26 1.22 -
YUV 63.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 148 30 16 0 0.80 0.89 0.42 6.36 0.8 0.32
Hex 94 1E 10 0 50 59 2A 6 50 20
Octal 224 36 20 0 120 131 52 6 120 40
Binary 10010100 11110 10000 0 1010000 1011001 101010 110 1010000 100000

Color Harmonies of #941E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941E10

Black with #941E10

Text Example


Text Example

White with #941E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941E10; }

 p { color: rgb(148,30,16); }

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

background-color css

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

 a { background-color: rgb(148,30,16); }

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

border-color css

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

 span { border-color: rgb(148,30,16); }

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