Html Css Color HEX #9D250E Mandarian Orange

📋 copy color: '#9D250E'

red 157 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #9D250E

Tints of Mandarian Orange #9D250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 75.48%
G = 17.79%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D250E (or 0x9D250E) is known color: Mandarian Orange. HEX triplet: 9D, 25 and 0E. RGB value is (157,37,14). Sum of RGB (Red+Green+Blue) = 157+37+14=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D250E is #62DAF1. Grayscale: #464646. Windows color (decimal): -6478578 or 927133. OLE color: 927133.

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

Color convert

RGB 157 37 14 -
CMYK 0 0.76 0.91 0.38
HSL 9.65º 0.84% 0.34% -
HSV(B) 9.65º 0.91% 0.62% -
XYZ 14.65 8.52 1.29 -
YUV 70.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 157 37 14 0 0.76 0.91 0.38 9.65 0.84 0.34
Hex 9D 25 E 0 4C 5B 26 A 54 22
Octal 235 45 16 0 114 133 46 12 124 42
Binary 10011101 100101 1110 0 1001100 1011011 100110 1010 1010100 100010

Color Harmonies of #9D250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D250E

Black with #9D250E

Text Example


Text Example

White with #9D250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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