Html Css Color HEX #901C19 Mandarian Orange

📋 copy color: '#901C19'

red 144 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #901C19

Tints of Mandarian Orange #901C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 73.1%
G = 14.21%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#901C19 (or 0x901C19) is known color: Mandarian Orange. HEX triplet: 90, 1C and 19. RGB value is (144,28,25). Sum of RGB (Red+Green+Blue) = 144+28+25=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #901C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C19 is #6FE3E6. Grayscale: #3E3E3E. Windows color (decimal): -7332839 or 1645712. OLE color: 1645712.

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

Color convert

RGB 144 28 25 -
CMYK 0 0.81 0.83 0.44
HSL 1.51º 0.7% 0.33% -
HSV(B) 1.51º 0.83% 0.56% -
XYZ 12.09 6.83 1.6 -
YUV 62.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 144 28 25 0 0.81 0.83 0.44 1.51 0.7 0.33
Hex 90 1C 19 0 51 53 2C 2 46 21
Octal 220 34 31 0 121 123 54 2 106 41
Binary 10010000 11100 11001 0 1010001 1010011 101100 10 1000110 100001

Color Harmonies of #901C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C19

Black with #901C19

Text Example


Text Example

White with #901C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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