Html Css Color HEX #901E1C Mandarian Orange

📋 copy color: '#901E1C'

red 144 ◦ green 30 ◦ blue 28

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

Shades of Mandarian Orange #901E1C

Tints of Mandarian Orange #901E1C

RGB

 RED value IS 144 (56.64% from 255) = 71.29%

 GREEN value IS 30 (12.11% from 255) = 14.85%

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

R = 71.29%
G = 14.85%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#901E1C (or 0x901E1C) is known color: Mandarian Orange. HEX triplet: 90, 1E and 1C. RGB value is (144,30,28). Sum of RGB (Red+Green+Blue) = 144+30+28=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #901E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901E1C is #6FE1E3. Grayscale: #3F3F3F. Windows color (decimal): -7332324 or 1842832. OLE color: 1842832.

HSL color Cylindrical-coordinate representation of color #901E1C: hue angle of 1.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901E1C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 28 -
CMYK 0 0.79 0.81 0.44
HSL 1.03º 0.67% 0.34% -
HSV(B) 1.03º 0.81% 0.56% -
XYZ 12.18 6.94 1.8 -
YUV 63.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 144 30 28 0 0.79 0.81 0.44 1.03 0.67 0.34
Hex 90 1E 1C 0 4F 51 2C 1 43 22
Octal 220 36 34 0 117 121 54 1 103 42
Binary 10010000 11110 11100 0 1001111 1010001 101100 1 1000011 100010

Color Harmonies of #901E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E1C

Black with #901E1C

Text Example


Text Example

White with #901E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901E1C; }

 p { color: rgb(144,30,28); }

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

background-color css

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

 a { background-color: rgb(144,30,28); }

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

border-color css

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

 span { border-color: rgb(144,30,28); }

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