Html Css Color HEX #911D1C Mandarian Orange

📋 copy color: '#911D1C'

red 145 ◦ green 29 ◦ blue 28

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

Shades of Mandarian Orange #911D1C

Tints of Mandarian Orange #911D1C

RGB

 RED value IS 145 (57.03% from 255) = 71.78%

 GREEN value IS 29 (11.72% from 255) = 14.36%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 71.78%
G = 14.36%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#911D1C (or 0x911D1C) is known color: Mandarian Orange. HEX triplet: 91, 1D and 1C. RGB value is (145,29,28). Sum of RGB (Red+Green+Blue) = 145+29+28=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #911D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911D1C is #6EE2E3. Grayscale: #3F3F3F. Windows color (decimal): -7267044 or 1842577. OLE color: 1842577.

HSL color Cylindrical-coordinate representation of color #911D1C: hue angle of 0.51º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911D1C is Cyan = 0, Magento = 0.8, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 28 -
CMYK 0 0.8 0.81 0.43
HSL 0.51º 0.68% 0.34% -
HSV(B) 0.51º 0.81% 0.57% -
XYZ 12.33 6.98 1.8 -
YUV 63.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 145 29 28 0 0.8 0.81 0.43 0.51 0.68 0.34
Hex 91 1D 1C 0 50 51 2B 1 44 22
Octal 221 35 34 0 120 121 53 1 104 42
Binary 10010001 11101 11100 0 1010000 1010001 101011 1 1000100 100010

Color Harmonies of #911D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D1C

Black with #911D1C

Text Example


Text Example

White with #911D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D1C; }

 p { color: rgb(145,29,28); }

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

background-color css

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

 a { background-color: rgb(145,29,28); }

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

border-color css

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

 span { border-color: rgb(145,29,28); }

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