Html Css Color HEX #8D241D Mandarian Orange

📋 copy color: '#8D241D'

red 141 ◦ green 36 ◦ blue 29

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

Shades of Mandarian Orange #8D241D

Tints of Mandarian Orange #8D241D

RGB

 RED value IS 141 (55.47% from 255) = 68.45%

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

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

R = 68.45%
G = 17.48%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D241D (or 0x8D241D) is known color: Mandarian Orange. HEX triplet: 8D, 24 and 1D. RGB value is (141,36,29). Sum of RGB (Red+Green+Blue) = 141+36+29=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D241D is #72DBE2. Grayscale: #424242. Windows color (decimal): -7527395 or 1909901. OLE color: 1909901.

HSL color Cylindrical-coordinate representation of color #8D241D: hue angle of 3.75º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D241D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 36 29 -
CMYK 0 0.74 0.79 0.45
HSL 3.75º 0.66% 0.33% -
HSV(B) 3.75º 0.79% 0.55% -
XYZ 11.84 7.01 1.89 -
YUV 66.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 141 36 29 0 0.74 0.79 0.45 3.75 0.66 0.33
Hex 8D 24 1D 0 4A 4F 2D 4 42 21
Octal 215 44 35 0 112 117 55 4 102 41
Binary 10001101 100100 11101 0 1001010 1001111 101101 100 1000010 100001

Color Harmonies of #8D241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D241D

Black with #8D241D

Text Example


Text Example

White with #8D241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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