Html Css Color HEX #942115 Mandarian Orange

📋 copy color: '#942115'

red 148 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #942115

Tints of Mandarian Orange #942115

RGB

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

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

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

R = 73.27%
G = 16.34%
B = 10.4%

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

#942115 (or 0x942115) is known color: Mandarian Orange. HEX triplet: 94, 21 and 15. RGB value is (148,33,21). Sum of RGB (Red+Green+Blue) = 148+33+21=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942115 is #6BDEEA. Grayscale: #424242. Windows color (decimal): -7069419 or 1384852. OLE color: 1384852.

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

Color convert

RGB 148 33 21 -
CMYK 0 0.78 0.86 0.42
HSL 5.67º 0.75% 0.33% -
HSV(B) 5.67º 0.86% 0.58% -
XYZ 12.89 7.44 1.47 -
YUV 66.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 148 33 21 0 0.78 0.86 0.42 5.67 0.75 0.33
Hex 94 21 15 0 4E 56 2A 6 4B 21
Octal 224 41 25 0 116 126 52 6 113 41
Binary 10010100 100001 10101 0 1001110 1010110 101010 110 1001011 100001

Color Harmonies of #942115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942115

Black with #942115

Text Example


Text Example

White with #942115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942115; }

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

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

background-color css

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

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

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

border-color css

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

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

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