Html Css Color HEX #8C231F Mandarian Orange

📋 copy color: '#8C231F'

red 140 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #8C231F

Tints of Mandarian Orange #8C231F

RGB

 RED value IS 140 (55.08% from 255) = 67.96%

 GREEN value IS 35 (14.06% from 255) = 16.99%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 67.96%
G = 16.99%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C231F (or 0x8C231F) is known color: Mandarian Orange. HEX triplet: 8C, 23 and 1F. RGB value is (140,35,31). Sum of RGB (Red+Green+Blue) = 140+35+31=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C231F is #73DCE0. Grayscale: #424242. Windows color (decimal): -7593185 or 2040716. OLE color: 2040716.

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

Color convert

RGB 140 35 31 -
CMYK 0 0.75 0.78 0.45
HSL 2.2º 0.64% 0.34% -
HSV(B) 2.2º 0.78% 0.55% -
XYZ 11.66 6.88 2.01 -
YUV 65.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 140 35 31 0 0.75 0.78 0.45 2.2 0.64 0.34
Hex 8C 23 1F 0 4B 4E 2D 2 40 22
Octal 214 43 37 0 113 116 55 2 100 42
Binary 10001100 100011 11111 0 1001011 1001110 101101 10 1000000 100010

Color Harmonies of #8C231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C231F

Black with #8C231F

Text Example


Text Example

White with #8C231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,31); }

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

background-color css

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

 a { background-color: rgb(140,35,31); }

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

border-color css

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

 span { border-color: rgb(140,35,31); }

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