Html Css Color HEX #94241C Mandarian Orange

📋 copy color: '#94241C'

red 148 ◦ green 36 ◦ blue 28

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

Shades of Mandarian Orange #94241C

Tints of Mandarian Orange #94241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 69.81%
G = 16.98%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94241C (or 0x94241C) is known color: Mandarian Orange. HEX triplet: 94, 24 and 1C. RGB value is (148,36,28). Sum of RGB (Red+Green+Blue) = 148+36+28=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94241C is #6BDBE3. Grayscale: #444444. Windows color (decimal): -7068644 or 1844372. OLE color: 1844372.

HSL color Cylindrical-coordinate representation of color #94241C: hue angle of 4º 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 #94241C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 28 -
CMYK 0 0.76 0.81 0.42
HSL 0.68% 0.35% -
HSV(B) 0.81% 0.58% -
XYZ 13.05 7.64 1.89 -
YUV 68.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 148 36 28 0 0.76 0.81 0.42 4 0.68 0.35
Hex 94 24 1C 0 4C 51 2A 4 44 23
Octal 224 44 34 0 114 121 52 4 104 43
Binary 10010100 100100 11100 0 1001100 1010001 101010 100 1000100 100011

Color Harmonies of #94241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94241C

Black with #94241C

Text Example


Text Example

White with #94241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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