Html Css Color HEX #8F2B23 Mandarian Orange

📋 copy color: '#8F2B23'

red 143 ◦ green 43 ◦ blue 35

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

Shades of Mandarian Orange #8F2B23

Tints of Mandarian Orange #8F2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 64.71%
G = 19.46%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F2B23 (or 0x8F2B23) is known color: Mandarian Orange. HEX triplet: 8F, 2B and 23. RGB value is (143,43,35). Sum of RGB (Red+Green+Blue) = 143+43+35=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B23 is #70D4DC. Grayscale: #484848. Windows color (decimal): -7394525 or 2304911. OLE color: 2304911.

HSL color Cylindrical-coordinate representation of color #8F2B23: hue angle of 4.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2B23 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 43 35 -
CMYK 0 0.70 0.76 0.44
HSL 4.44º 0.61% 0.35% -
HSV(B) 4.44º 0.76% 0.56% -
XYZ 12.49 7.69 2.42 -
YUV 71.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 143 43 35 0 0.70 0.76 0.44 4.44 0.61 0.35
Hex 8F 2B 23 0 46 4C 2C 4 3D 23
Octal 217 53 43 0 106 114 54 4 75 43
Binary 10001111 101011 100011 0 1000110 1001100 101100 100 111101 100011

Color Harmonies of #8F2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2B23

Black with #8F2B23

Text Example


Text Example

White with #8F2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,35); }

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

background-color css

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

 a { background-color: rgb(143,43,35); }

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

border-color css

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

 span { border-color: rgb(143,43,35); }

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