Html Css Color HEX #9A241E Mandarian Orange

📋 copy color: '#9A241E'

red 154 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #9A241E

Tints of Mandarian Orange #9A241E

RGB

 RED value IS 154 (60.55% from 255) = 70%

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

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

R = 70%
G = 16.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A241E (or 0x9A241E) is known color: Mandarian Orange. HEX triplet: 9A, 24 and 1E. RGB value is (154,36,30). Sum of RGB (Red+Green+Blue) = 154+36+30=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A241E is #65DBE1. Grayscale: #464646. Windows color (decimal): -6675426 or 1975450. OLE color: 1975450.

HSL color Cylindrical-coordinate representation of color #9A241E: hue angle of 2.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A241E is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 36 30 -
CMYK 0 0.77 0.81 0.40
HSL 2.9º 0.67% 0.36% -
HSV(B) 2.9º 0.81% 0.6% -
XYZ 14.19 8.23 2.07 -
YUV 70.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 154 36 30 0 0.77 0.81 0.40 2.9 0.67 0.36
Hex 9A 24 1E 0 4D 51 28 3 43 24
Octal 232 44 36 0 115 121 50 3 103 44
Binary 10011010 100100 11110 0 1001101 1010001 101000 11 1000011 100100

Color Harmonies of #9A241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A241E

Black with #9A241E

Text Example


Text Example

White with #9A241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A241E; }

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

 H1.HeaderClassName
 {
   color: #9A241E;
 }
 .AnyTagClassName
 {
   color: #9A241E;
 }
</style>

background-color css

<style>
 a { background-color: #9A241E; }

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

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

border-color css

<style>
 span { border-color: #9A241E; }

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

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