Html Css Color HEX #8F1D16 Mandarian Orange

📋 copy color: '#8F1D16'

red 143 ◦ green 29 ◦ blue 22

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

Shades of Mandarian Orange #8F1D16

Tints of Mandarian Orange #8F1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 73.71%
G = 14.95%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F1D16 (or 0x8F1D16) is known color: Mandarian Orange. HEX triplet: 8F, 1D and 16. RGB value is (143,29,22). Sum of RGB (Red+Green+Blue) = 143+29+22=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1D16 is #70E2E9. Grayscale: #3E3E3E. Windows color (decimal): -7398122 or 1449359. OLE color: 1449359.

HSL color Cylindrical-coordinate representation of color #8F1D16: hue angle of 3.47º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1D16 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 29 22 -
CMYK 0 0.80 0.85 0.44
HSL 3.47º 0.73% 0.32% -
HSV(B) 3.47º 0.85% 0.56% -
XYZ 11.91 6.78 1.44 -
YUV 62.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 143 29 22 0 0.80 0.85 0.44 3.47 0.73 0.32
Hex 8F 1D 16 0 50 55 2C 3 49 20
Octal 217 35 26 0 120 125 54 3 111 40
Binary 10001111 11101 10110 0 1010000 1010101 101100 11 1001001 100000

Color Harmonies of #8F1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1D16

Black with #8F1D16

Text Example


Text Example

White with #8F1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,29,22); }

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

background-color css

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

 a { background-color: rgb(143,29,22); }

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

border-color css

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

 span { border-color: rgb(143,29,22); }

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