Html Css Color HEX #942215 Mandarian Orange

📋 copy color: '#942215'

red 148 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #942215

Tints of Mandarian Orange #942215

RGB

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

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

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

R = 72.91%
G = 16.75%
B = 10.34%

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

#942215 (or 0x942215) is known color: Mandarian Orange. HEX triplet: 94, 22 and 15. RGB value is (148,34,21). Sum of RGB (Red+Green+Blue) = 148+34+21=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942215 is #6BDDEA. Grayscale: #424242. Windows color (decimal): -7069163 or 1385108. OLE color: 1385108.

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

Color convert

RGB 148 34 21 -
CMYK 0 0.77 0.86 0.42
HSL 6.14º 0.75% 0.33% -
HSV(B) 6.14º 0.86% 0.58% -
XYZ 12.92 7.49 1.48 -
YUV 66.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 148 34 21 0 0.77 0.86 0.42 6.14 0.75 0.33
Hex 94 22 15 0 4D 56 2A 6 4B 21
Octal 224 42 25 0 115 126 52 6 113 41
Binary 10010100 100010 10101 0 1001101 1010110 101010 110 1001011 100001

Color Harmonies of #942215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942215

Black with #942215

Text Example


Text Example

White with #942215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942215; }

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

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

background-color css

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

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

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

border-color css

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

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

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