Html Css Color HEX #942015 Mandarian Orange

📋 copy color: '#942015'

red 148 ◦ green 32 ◦ blue 21

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

Shades of Mandarian Orange #942015

Tints of Mandarian Orange #942015

RGB

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

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

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

R = 73.63%
G = 15.92%
B = 10.45%

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

#942015 (or 0x942015) is known color: Mandarian Orange. HEX triplet: 94, 20 and 15. RGB value is (148,32,21). Sum of RGB (Red+Green+Blue) = 148+32+21=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942015 is #6BDFEA. Grayscale: #414141. Windows color (decimal): -7069675 or 1384596. OLE color: 1384596.

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

Color convert

RGB 148 32 21 -
CMYK 0 0.78 0.86 0.42
HSL 5.2º 0.75% 0.33% -
HSV(B) 5.2º 0.86% 0.58% -
XYZ 12.86 7.38 1.46 -
YUV 65.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 148 32 21 0 0.78 0.86 0.42 5.2 0.75 0.33
Hex 94 20 15 0 4E 56 2A 5 4B 21
Octal 224 40 25 0 116 126 52 5 113 41
Binary 10010100 100000 10101 0 1001110 1010110 101010 101 1001011 100001

Color Harmonies of #942015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942015

Black with #942015

Text Example


Text Example

White with #942015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942015; }

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

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

background-color css

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

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

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

border-color css

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

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

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