Html Css Color HEX #4E1111 Red Oxide

📋 copy color: '#4E1111'

red 78 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #4E1111

Tints of Red Oxide #4E1111

RGB

 RED value IS 78 (30.86% from 255) = 69.64%

 GREEN value IS 17 (7.03% from 255) = 15.18%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 69.64%
G = 15.18%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E1111 (or 0x4E1111) is known color: Red Oxide. HEX triplet: 4E, 11 and 11. RGB value is (78,17,17). Sum of RGB (Red+Green+Blue) = 78+17+17=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1111 is #B1EEEE. Grayscale: #232323. Windows color (decimal): -11661039 or 1118542. OLE color: 1118542.

HSL color Cylindrical-coordinate representation of color #4E1111: hue angle of 0º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1111 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 17 17 -
CMYK 0 0.78 0.78 0.69
HSL 0.64% 0.19% -
HSV(B) 0.78% 0.31% -
XYZ 3.44 2.06 0.75 -
YUV 35.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 78 17 17 0 0.78 0.78 0.69 0 0.64 0.19
Hex 4E 11 11 0 4E 4E 45 0 40 13
Octal 116 21 21 0 116 116 105 0 100 23
Binary 1001110 10001 10001 0 1001110 1001110 1000101 0 1000000 10011

Color Harmonies of #4E1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1111

Black with #4E1111

Text Example


Text Example

White with #4E1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E1111; }

 p { color: rgb(78,17,17); }

 H1.HeaderClassName
 {
   color: #4E1111;
 }
 .AnyTagClassName
 {
   color: #4E1111;
 }
</style>

background-color css

<style>
 a { background-color: #4E1111; }

 a { background-color: rgb(78,17,17); }

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

border-color css

<style>
 span { border-color: #4E1111; }

 span { border-color: rgb(78,17,17); }

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