Html Css Color HEX #8D2523 Mandarian Orange

📋 copy color: '#8D2523'

red 141 ◦ green 37 ◦ blue 35

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

Shades of Mandarian Orange #8D2523

Tints of Mandarian Orange #8D2523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 66.2%
G = 17.37%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D2523 (or 0x8D2523) is known color: Mandarian Orange. HEX triplet: 8D, 25 and 23. RGB value is (141,37,35). Sum of RGB (Red+Green+Blue) = 141+37+35=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2523 is #72DADC. Grayscale: #434343. Windows color (decimal): -7527133 or 2303373. OLE color: 2303373.

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

Color convert

RGB 141 37 35 -
CMYK 0 0.74 0.75 0.45
HSL 1.13º 0.6% 0.35% -
HSV(B) 1.13º 0.75% 0.55% -
XYZ 11.95 7.11 2.33 -
YUV 67.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 141 37 35 0 0.74 0.75 0.45 1.13 0.6 0.35
Hex 8D 25 23 0 4A 4B 2D 1 3C 23
Octal 215 45 43 0 112 113 55 1 74 43
Binary 10001101 100101 100011 0 1001010 1001011 101101 1 111100 100011

Color Harmonies of #8D2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2523

Black with #8D2523

Text Example


Text Example

White with #8D2523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,35); }

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

background-color css

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

 a { background-color: rgb(141,37,35); }

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

border-color css

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

 span { border-color: rgb(141,37,35); }

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