Html Css Color HEX #941815 Mandarian Orange

📋 copy color: '#941815'

red 148 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #941815

Tints of Mandarian Orange #941815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 76.68%
G = 12.44%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#941815 (or 0x941815) is known color: Mandarian Orange. HEX triplet: 94, 18 and 15. RGB value is (148,24,21). Sum of RGB (Red+Green+Blue) = 148+24+21=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #941815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941815 is #6BE7EA. Grayscale: #3C3C3C. Windows color (decimal): -7071723 or 1382548. OLE color: 1382548.

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

Color convert

RGB 148 24 21 -
CMYK 0 0.84 0.86 0.42
HSL 1.42º 0.75% 0.33% -
HSV(B) 1.42º 0.86% 0.58% -
XYZ 12.67 7 1.39 -
YUV 60.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 148 24 21 0 0.84 0.86 0.42 1.42 0.75 0.33
Hex 94 18 15 0 54 56 2A 1 4B 21
Octal 224 30 25 0 124 126 52 1 113 41
Binary 10010100 11000 10101 0 1010100 1010110 101010 1 1001011 100001

Color Harmonies of #941815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941815

Black with #941815

Text Example


Text Example

White with #941815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941815; }

 p { color: rgb(148,24,21); }

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

background-color css

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

 a { background-color: rgb(148,24,21); }

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

border-color css

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

 span { border-color: rgb(148,24,21); }

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