Html Css Color HEX #90241E Mandarian Orange

📋 copy color: '#90241E'

red 144 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #90241E

Tints of Mandarian Orange #90241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 68.57%
G = 17.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90241E (or 0x90241E) is known color: Mandarian Orange. HEX triplet: 90, 24 and 1E. RGB value is (144,36,30). Sum of RGB (Red+Green+Blue) = 144+36+30=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #90241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90241E is #6FDBE1. Grayscale: #434343. Windows color (decimal): -7330786 or 1975440. OLE color: 1975440.

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

Color convert

RGB 144 36 30 -
CMYK 0 0.75 0.79 0.44
HSL 3.16º 0.66% 0.34% -
HSV(B) 3.16º 0.79% 0.56% -
XYZ 12.37 7.28 1.98 -
YUV 67.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 144 36 30 0 0.75 0.79 0.44 3.16 0.66 0.34
Hex 90 24 1E 0 4B 4F 2C 3 42 22
Octal 220 44 36 0 113 117 54 3 102 42
Binary 10010000 100100 11110 0 1001011 1001111 101100 11 1000010 100010

Color Harmonies of #90241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90241E

Black with #90241E

Text Example


Text Example

White with #90241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90241E; }

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

 H1.HeaderClassName
 {
   color: #90241E;
 }
 .AnyTagClassName
 {
   color: #90241E;
 }
</style>

background-color css

<style>
 a { background-color: #90241E; }

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

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

border-color css

<style>
 span { border-color: #90241E; }

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

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