Html Css Color HEX #94281C Mandarian Orange

📋 copy color: '#94281C'

red 148 ◦ green 40 ◦ blue 28

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

Shades of Mandarian Orange #94281C

Tints of Mandarian Orange #94281C

RGB

 RED value IS 148 (58.2% from 255) = 68.52%

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 68.52%
G = 18.52%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94281C (or 0x94281C) is known color: Mandarian Orange. HEX triplet: 94, 28 and 1C. RGB value is (148,40,28). Sum of RGB (Red+Green+Blue) = 148+40+28=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #94281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281C is #6BD7E3. Grayscale: #474747. Windows color (decimal): -7067620 or 1845396. OLE color: 1845396.

HSL color Cylindrical-coordinate representation of color #94281C: hue angle of 6º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94281C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 28 -
CMYK 0 0.73 0.81 0.42
HSL 0.68% 0.35% -
HSV(B) 0.81% 0.58% -
XYZ 13.18 7.9 1.93 -
YUV 70.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 148 40 28 0 0.73 0.81 0.42 6 0.68 0.35
Hex 94 28 1C 0 49 51 2A 6 44 23
Octal 224 50 34 0 111 121 52 6 104 43
Binary 10010100 101000 11100 0 1001001 1010001 101010 110 1000100 100011

Color Harmonies of #94281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94281C

Black with #94281C

Text Example


Text Example

White with #94281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94281C; }

 p { color: rgb(148,40,28); }

 H1.HeaderClassName
 {
   color: #94281C;
 }
 .AnyTagClassName
 {
   color: #94281C;
 }
</style>

background-color css

<style>
 a { background-color: #94281C; }

 a { background-color: rgb(148,40,28); }

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

border-color css

<style>
 span { border-color: #94281C; }

 span { border-color: rgb(148,40,28); }

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