Html Css Color HEX #8F2420 Mandarian Orange

📋 copy color: '#8F2420'

red 143 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #8F2420

Tints of Mandarian Orange #8F2420

RGB

 RED value IS 143 (56.25% from 255) = 67.77%

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 67.77%
G = 17.06%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F2420 (or 0x8F2420) is known color: Mandarian Orange. HEX triplet: 8F, 24 and 20. RGB value is (143,36,32). Sum of RGB (Red+Green+Blue) = 143+36+32=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2420 is #70DBDF. Grayscale: #434343. Windows color (decimal): -7396320 or 2106511. OLE color: 2106511.

HSL color Cylindrical-coordinate representation of color #8F2420: hue angle of 2.16º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2420 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 36 32 -
CMYK 0 0.75 0.78 0.44
HSL 2.16º 0.63% 0.34% -
HSV(B) 2.16º 0.78% 0.56% -
XYZ 12.22 7.21 2.11 -
YUV 67.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 143 36 32 0 0.75 0.78 0.44 2.16 0.63 0.34
Hex 8F 24 20 0 4B 4E 2C 2 3F 22
Octal 217 44 40 0 113 116 54 2 77 42
Binary 10001111 100100 100000 0 1001011 1001110 101100 10 111111 100010

Color Harmonies of #8F2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2420

Black with #8F2420

Text Example


Text Example

White with #8F2420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,36,32); }

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

background-color css

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

 a { background-color: rgb(143,36,32); }

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

border-color css

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

 span { border-color: rgb(143,36,32); }

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