Html Css Color HEX #93200E Mandarian Orange

📋 copy color: '#93200E'

red 147 ◦ green 32 ◦ blue 14

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

Shades of Mandarian Orange #93200E

Tints of Mandarian Orange #93200E

RGB

 RED value IS 147 (57.81% from 255) = 76.17%

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 76.17%
G = 16.58%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93200E (or 0x93200E) is known color: Mandarian Orange. HEX triplet: 93, 20 and 0E. RGB value is (147,32,14). Sum of RGB (Red+Green+Blue) = 147+32+14=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200E is #6CDFF1. Grayscale: #404040. Windows color (decimal): -7135218 or 925843. OLE color: 925843.

HSL color Cylindrical-coordinate representation of color #93200E: hue angle of 8.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93200E is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 14 -
CMYK 0 0.78 0.90 0.42
HSL 8.12º 0.83% 0.32% -
HSV(B) 8.12º 0.9% 0.58% -
XYZ 12.63 7.27 1.15 -
YUV 64.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 147 32 14 0 0.78 0.90 0.42 8.12 0.83 0.32
Hex 93 20 E 0 4E 5A 2A 8 53 20
Octal 223 40 16 0 116 132 52 10 123 40
Binary 10010011 100000 1110 0 1001110 1011010 101010 1000 1010011 100000

Color Harmonies of #93200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93200E

Black with #93200E

Text Example


Text Example

White with #93200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93200E; }

 p { color: rgb(147,32,14); }

 H1.HeaderClassName
 {
   color: #93200E;
 }
 .AnyTagClassName
 {
   color: #93200E;
 }
</style>

background-color css

<style>
 a { background-color: #93200E; }

 a { background-color: rgb(147,32,14); }

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

border-color css

<style>
 span { border-color: #93200E; }

 span { border-color: rgb(147,32,14); }

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