Html Css Color HEX #9A1E17 Mandarian Orange

📋 copy color: '#9A1E17'

red 154 ◦ green 30 ◦ blue 23

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

Shades of Mandarian Orange #9A1E17

Tints of Mandarian Orange #9A1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 23 (9.38% from 255) = 11.11%

R = 74.4%
G = 14.49%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A1E17 (or 0x9A1E17) is known color: Mandarian Orange. HEX triplet: 9A, 1E and 17. RGB value is (154,30,23). Sum of RGB (Red+Green+Blue) = 154+30+23=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1E17 is #65E1E8. Grayscale: #424242. Windows color (decimal): -6676969 or 1515162. OLE color: 1515162.

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

Color convert

RGB 154 30 23 -
CMYK 0 0.81 0.85 0.40
HSL 3.21º 0.74% 0.35% -
HSV(B) 3.21º 0.85% 0.6% -
XYZ 13.95 7.86 1.59 -
YUV 66.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 154 30 23 0 0.81 0.85 0.40 3.21 0.74 0.35
Hex 9A 1E 17 0 51 55 28 3 4A 23
Octal 232 36 27 0 121 125 50 3 112 43
Binary 10011010 11110 10111 0 1010001 1010101 101000 11 1001010 100011

Color Harmonies of #9A1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1E17

Black with #9A1E17

Text Example


Text Example

White with #9A1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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