Html Css Color HEX #90250D Mandarian Orange

📋 copy color: '#90250D'

red 144 ◦ green 37 ◦ blue 13

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

Shades of Mandarian Orange #90250D

Tints of Mandarian Orange #90250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 74.23%
G = 19.07%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90250D (or 0x90250D) is known color: Mandarian Orange. HEX triplet: 90, 25 and 0D. RGB value is (144,37,13). Sum of RGB (Red+Green+Blue) = 144+37+13=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90250D is #6FDAF2. Grayscale: #424242. Windows color (decimal): -7330547 or 861584. OLE color: 861584.

HSL color Cylindrical-coordinate representation of color #90250D: hue angle of 10.99º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90250D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 13 -
CMYK 0 0.74 0.91 0.44
HSL 10.99º 0.83% 0.31% -
HSV(B) 10.99º 0.91% 0.56% -
XYZ 12.24 7.28 1.14 -
YUV 66.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 144 37 13 0 0.74 0.91 0.44 10.99 0.83 0.31
Hex 90 25 D 0 4A 5B 2C B 53 1F
Octal 220 45 15 0 112 133 54 13 123 37
Binary 10010000 100101 1101 0 1001010 1011011 101100 1011 1010011 11111

Color Harmonies of #90250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90250D

Black with #90250D

Text Example


Text Example

White with #90250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90250D; }

 p { color: rgb(144,37,13); }

 H1.HeaderClassName
 {
   color: #90250D;
 }
 .AnyTagClassName
 {
   color: #90250D;
 }
</style>

background-color css

<style>
 a { background-color: #90250D; }

 a { background-color: rgb(144,37,13); }

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

border-color css

<style>
 span { border-color: #90250D; }

 span { border-color: rgb(144,37,13); }

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