#6E201C

Color #6E201C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6E201C

Tints of Red Oxide #6E201C

Color information

#6E201C (or 0x6E201C) is unknown color: approx Red Oxide. HEX triplet: 6E, 20 and 1C. RGB value is (110,32,28). Sum of RGB (Red+Green+Blue) = 110+32+28=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E201C is #91DFE3. Grayscale: #363636. Windows color (decimal): -9560036 or 1843310. OLE color: 1843310.

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

Color convert

RGB1103228-
CMYK00.710.750.57
HSL2.93º59.42%27.06%-
HSV(B)2.93º74.55%43.14%-
XYZ7.164.431.58-
YUV54.87112.84167.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.71%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=64.71%
G=18.82%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110322800.710.750.572.9359.4227.06
Hex6E201C0474B3933b1b
Octal156403401071137137333
Binary1101110100000111000100011110010111110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E201C;
 }
 .AnyTagClassName
 {
   color: #6E201C;
 }
</style>
background-color css

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

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

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

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

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

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