Html Css Color HEX #9D1A0E Mandarian Orange

📋 copy color: '#9D1A0E'

red 157 ◦ green 26 ◦ blue 14

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

Shades of Mandarian Orange #9D1A0E

Tints of Mandarian Orange #9D1A0E

RGB

 RED value IS 157 (61.72% from 255) = 79.7%

 GREEN value IS 26 (10.55% from 255) = 13.2%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 79.7%
G = 13.2%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D1A0E (or 0x9D1A0E) is known color: Mandarian Orange. HEX triplet: 9D, 1A and 0E. RGB value is (157,26,14). Sum of RGB (Red+Green+Blue) = 157+26+14=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A0E is #62E5F1. Grayscale: #3F3F3F. Windows color (decimal): -6481394 or 924317. OLE color: 924317.

HSL color Cylindrical-coordinate representation of color #9D1A0E: hue angle of 5.03º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D1A0E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 26 14 -
CMYK 0 0.83 0.91 0.38
HSL 5.03º 0.84% 0.34% -
HSV(B) 5.03º 0.91% 0.62% -
XYZ 14.35 7.94 1.19 -
YUV 63.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 157 26 14 0 0.83 0.91 0.38 5.03 0.84 0.34
Hex 9D 1A E 0 53 5B 26 5 54 22
Octal 235 32 16 0 123 133 46 5 124 42
Binary 10011101 11010 1110 0 1010011 1011011 100110 101 1010100 100010

Color Harmonies of #9D1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1A0E

Black with #9D1A0E

Text Example


Text Example

White with #9D1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,26,14); }

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

background-color css

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

 a { background-color: rgb(157,26,14); }

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

border-color css

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

 span { border-color: rgb(157,26,14); }

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