Html Css Color HEX #901D15 Mandarian Orange

📋 copy color: '#901D15'

red 144 ◦ green 29 ◦ blue 21

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

Shades of Mandarian Orange #901D15

Tints of Mandarian Orange #901D15

RGB

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

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

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

R = 74.23%
G = 14.95%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901D15 (or 0x901D15) is known color: Mandarian Orange. HEX triplet: 90, 1D and 15. RGB value is (144,29,21). Sum of RGB (Red+Green+Blue) = 144+29+21=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D15 is #6FE2EA. Grayscale: #3E3E3E. Windows color (decimal): -7332587 or 1383824. OLE color: 1383824.

HSL color Cylindrical-coordinate representation of color #901D15: hue angle of 3.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901D15 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 29 21 -
CMYK 0 0.80 0.85 0.44
HSL 3.9º 0.75% 0.32% -
HSV(B) 3.9º 0.85% 0.56% -
XYZ 12.08 6.86 1.4 -
YUV 62.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 144 29 21 0 0.80 0.85 0.44 3.9 0.75 0.32
Hex 90 1D 15 0 50 55 2C 4 4B 20
Octal 220 35 25 0 120 125 54 4 113 40
Binary 10010000 11101 10101 0 1010000 1010101 101100 100 1001011 100000

Color Harmonies of #901D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D15

Black with #901D15

Text Example


Text Example

White with #901D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,29,21); }

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

background-color css

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

 a { background-color: rgb(144,29,21); }

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

border-color css

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

 span { border-color: rgb(144,29,21); }

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