Html Css Color HEX #4E1C1C Red Oxide

📋 copy color: '#4E1C1C'

red 78 ◦ green 28 ◦ blue 28

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

Shades of Red Oxide #4E1C1C

Tints of Red Oxide #4E1C1C

RGB

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

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

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

R = 58.21%
G = 20.9%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E1C1C (or 0x4E1C1C) is known color: Red Oxide. HEX triplet: 4E, 1C and 1C. RGB value is (78,28,28). Sum of RGB (Red+Green+Blue) = 78+28+28=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C1C is #B1E3E3. Grayscale: #2B2B2B. Windows color (decimal): -11658212 or 1842254. OLE color: 1842254.

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

Color convert

RGB 78 28 28 -
CMYK 0 0.64 0.64 0.69
HSL 0.47% 0.21% -
HSV(B) 0.64% 0.31% -
XYZ 3.77 2.53 1.39 -
YUV 42.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 78 28 28 0 0.64 0.64 0.69 0 0.47 0.21
Hex 4E 1C 1C 0 40 40 45 0 2F 15
Octal 116 34 34 0 100 100 105 0 57 25
Binary 1001110 11100 11100 0 1000000 1000000 1000101 0 101111 10101

Color Harmonies of #4E1C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C1C

Black with #4E1C1C

Text Example


Text Example

White with #4E1C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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