Html Css Color HEX #9D1A14 Mandarian Orange

📋 copy color: '#9D1A14'

red 157 ◦ green 26 ◦ blue 20

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

Shades of Mandarian Orange #9D1A14

Tints of Mandarian Orange #9D1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 77.34%
G = 12.81%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D1A14 (or 0x9D1A14) is known color: Mandarian Orange. HEX triplet: 9D, 1A and 14. RGB value is (157,26,20). Sum of RGB (Red+Green+Blue) = 157+26+20=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A14 is #62E5EB. Grayscale: #404040. Windows color (decimal): -6481388 or 1317533. OLE color: 1317533.

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

Color convert

RGB 157 26 20 -
CMYK 0 0.83 0.87 0.38
HSL 2.63º 0.77% 0.35% -
HSV(B) 2.63º 0.87% 0.62% -
XYZ 14.4 7.96 1.44 -
YUV 64.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 157 26 20 0 0.83 0.87 0.38 2.63 0.77 0.35
Hex 9D 1A 14 0 53 57 26 3 4D 23
Octal 235 32 24 0 123 127 46 3 115 43
Binary 10011101 11010 10100 0 1010011 1010111 100110 11 1001101 100011

Color Harmonies of #9D1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1A14

Black with #9D1A14

Text Example


Text Example

White with #9D1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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