Html Css Color HEX #9D2714 Mandarian Orange

📋 copy color: '#9D2714'

red 157 ◦ green 39 ◦ blue 20

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

Shades of Mandarian Orange #9D2714

Tints of Mandarian Orange #9D2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 72.69%
G = 18.06%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D2714 (or 0x9D2714) is known color: Mandarian Orange. HEX triplet: 9D, 27 and 14. RGB value is (157,39,20). Sum of RGB (Red+Green+Blue) = 157+39+20=216 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.69% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2714 is #62D8EB. Grayscale: #484848. Windows color (decimal): -6478060 or 1320861. OLE color: 1320861.

HSL color Cylindrical-coordinate representation of color #9D2714: hue angle of 8.32º 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 #9D2714 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 39 20 -
CMYK 0 0.75 0.87 0.38
HSL 8.32º 0.77% 0.35% -
HSV(B) 8.32º 0.87% 0.62% -
XYZ 14.76 8.67 1.56 -
YUV 72.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 157 39 20 0 0.75 0.87 0.38 8.32 0.77 0.35
Hex 9D 27 14 0 4B 57 26 8 4D 23
Octal 235 47 24 0 113 127 46 10 115 43
Binary 10011101 100111 10100 0 1001011 1010111 100110 1000 1001101 100011

Color Harmonies of #9D2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2714

Black with #9D2714

Text Example


Text Example

White with #9D2714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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