Html Css Color HEX #941C17 Mandarian Orange

📋 copy color: '#941C17'

red 148 ◦ green 28 ◦ blue 23

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

Shades of Mandarian Orange #941C17

Tints of Mandarian Orange #941C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 74.37%
G = 14.07%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#941C17 (or 0x941C17) is known color: Mandarian Orange. HEX triplet: 94, 1C and 17. RGB value is (148,28,23). Sum of RGB (Red+Green+Blue) = 148+28+23=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #941C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C17 is #6BE3E8. Grayscale: #3F3F3F. Windows color (decimal): -7070697 or 1514644. OLE color: 1514644.

HSL color Cylindrical-coordinate representation of color #941C17: hue angle of 2.4º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941C17 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 23 -
CMYK 0 0.81 0.84 0.42
HSL 2.4º 0.73% 0.34% -
HSV(B) 2.4º 0.84% 0.58% -
XYZ 12.78 7.19 1.52 -
YUV 63.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 148 28 23 0 0.81 0.84 0.42 2.4 0.73 0.34
Hex 94 1C 17 0 51 54 2A 2 49 22
Octal 224 34 27 0 121 124 52 2 111 42
Binary 10010100 11100 10111 0 1010001 1010100 101010 10 1001001 100010

Color Harmonies of #941C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C17

Black with #941C17

Text Example


Text Example

White with #941C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,28,23); }

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

background-color css

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

 a { background-color: rgb(148,28,23); }

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

border-color css

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

 span { border-color: rgb(148,28,23); }

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