Html Css Color HEX #90221E Mandarian Orange

📋 copy color: '#90221E'

red 144 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #90221E

Tints of Mandarian Orange #90221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 69.23%
G = 16.35%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90221E (or 0x90221E) is known color: Mandarian Orange. HEX triplet: 90, 22 and 1E. RGB value is (144,34,30). Sum of RGB (Red+Green+Blue) = 144+34+30=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90221E is #6FDDE1. Grayscale: #424242. Windows color (decimal): -7331298 or 1974928. OLE color: 1974928.

HSL color Cylindrical-coordinate representation of color #90221E: hue angle of 2.11º 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 #90221E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 34 30 -
CMYK 0 0.76 0.79 0.44
HSL 2.11º 0.66% 0.34% -
HSV(B) 2.11º 0.79% 0.56% -
XYZ 12.31 7.17 1.96 -
YUV 66.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 144 34 30 0 0.76 0.79 0.44 2.11 0.66 0.34
Hex 90 22 1E 0 4C 4F 2C 2 42 22
Octal 220 42 36 0 114 117 54 2 102 42
Binary 10010000 100010 11110 0 1001100 1001111 101100 10 1000010 100010

Color Harmonies of #90221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90221E

Black with #90221E

Text Example


Text Example

White with #90221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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