Html Css Color HEX #941C19 Mandarian Orange

📋 copy color: '#941C19'

red 148 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #941C19

Tints of Mandarian Orange #941C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 73.63%
G = 13.93%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#941C19 (or 0x941C19) is known color: Mandarian Orange. HEX triplet: 94, 1C and 19. RGB value is (148,28,25). Sum of RGB (Red+Green+Blue) = 148+28+25=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C19 is #6BE3E6. Grayscale: #3F3F3F. Windows color (decimal): -7070695 or 1645716. OLE color: 1645716.

HSL color Cylindrical-coordinate representation of color #941C19: hue angle of 1.46º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941C19 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 25 -
CMYK 0 0.81 0.83 0.42
HSL 1.46º 0.71% 0.34% -
HSV(B) 1.46º 0.83% 0.58% -
XYZ 12.8 7.2 1.63 -
YUV 63.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 148 28 25 0 0.81 0.83 0.42 1.46 0.71 0.34
Hex 94 1C 19 0 51 53 2A 1 47 22
Octal 224 34 31 0 121 123 52 1 107 42
Binary 10010100 11100 11001 0 1010001 1010011 101010 1 1000111 100010

Color Harmonies of #941C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C19

Black with #941C19

Text Example


Text Example

White with #941C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C19; }

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

 H1.HeaderClassName
 {
   color: #941C19;
 }
 .AnyTagClassName
 {
   color: #941C19;
 }
</style>

background-color css

<style>
 a { background-color: #941C19; }

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

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

border-color css

<style>
 span { border-color: #941C19; }

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

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