Html Css Color HEX #6E1C19 Red Oxide

📋 copy color: '#6E1C19'

red 110 ◦ green 28 ◦ blue 25

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

Shades of Red Oxide #6E1C19

Tints of Red Oxide #6E1C19

RGB

 RED value IS 110 (43.36% from 255) = 67.48%

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

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

R = 67.48%
G = 17.18%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6E1C19 (or 0x6E1C19) is known color: Red Oxide. HEX triplet: 6E, 1C and 19. RGB value is (110,28,25). Sum of RGB (Red+Green+Blue) = 110+28+25=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1C19 is #91E3E6. Grayscale: #343434. Windows color (decimal): -9561063 or 1645678. OLE color: 1645678.

HSL color Cylindrical-coordinate representation of color #6E1C19: hue angle of 2.12º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E1C19 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 28 25 -
CMYK 0 0.75 0.77 0.57
HSL 2.12º 0.63% 0.26% -
HSV(B) 2.12º 0.77% 0.43% -
XYZ 7.02 4.22 1.36 -
YUV 52.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 110 28 25 0 0.75 0.77 0.57 2.12 0.63 0.26
Hex 6E 1C 19 0 4B 4D 39 2 3F 1A
Octal 156 34 31 0 113 115 71 2 77 32
Binary 1101110 11100 11001 0 1001011 1001101 111001 10 111111 11010

Color Harmonies of #6E1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C19

Black with #6E1C19

Text Example


Text Example

White with #6E1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E1C19; }

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

 H1.HeaderClassName
 {
   color: #6E1C19;
 }
 .AnyTagClassName
 {
   color: #6E1C19;
 }
</style>

background-color css

<style>
 a { background-color: #6E1C19; }

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

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

border-color css

<style>
 span { border-color: #6E1C19; }

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

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