Html Css Color HEX #9D241D Mandarian Orange

📋 copy color: '#9D241D'

red 157 ◦ green 36 ◦ blue 29

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

Shades of Mandarian Orange #9D241D

Tints of Mandarian Orange #9D241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 70.72%
G = 16.22%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D241D (or 0x9D241D) is known color: Mandarian Orange. HEX triplet: 9D, 24 and 1D. RGB value is (157,36,29). Sum of RGB (Red+Green+Blue) = 157+36+29=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D241D is #62DBE2. Grayscale: #474747. Windows color (decimal): -6478819 or 1909917. OLE color: 1909917.

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

Color convert

RGB 157 36 29 -
CMYK 0 0.77 0.82 0.38
HSL 3.28º 0.69% 0.36% -
HSV(B) 3.28º 0.82% 0.62% -
XYZ 14.76 8.52 2.03 -
YUV 71.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 157 36 29 0 0.77 0.82 0.38 3.28 0.69 0.36
Hex 9D 24 1D 0 4D 52 26 3 45 24
Octal 235 44 35 0 115 122 46 3 105 44
Binary 10011101 100100 11101 0 1001101 1010010 100110 11 1000101 100100

Color Harmonies of #9D241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D241D

Black with #9D241D

Text Example


Text Example

White with #9D241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,36,29); }

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

background-color css

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

 a { background-color: rgb(157,36,29); }

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

border-color css

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

 span { border-color: rgb(157,36,29); }

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