Html Css Color HEX #6E210F Red Oxide

📋 copy color: '#6E210F'

red 110 ◦ green 33 ◦ blue 15

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

Shades of Red Oxide #6E210F

Tints of Red Oxide #6E210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 15 (6.25% from 255) = 9.49%

R = 69.62%
G = 20.89%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E210F (or 0x6E210F) is known color: Red Oxide. HEX triplet: 6E, 21 and 0F. RGB value is (110,33,15). Sum of RGB (Red+Green+Blue) = 110+33+15=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E210F is #91DEF0. Grayscale: #363636. Windows color (decimal): -9559793 or 991598. OLE color: 991598.

HSL color Cylindrical-coordinate representation of color #6E210F: hue angle of 11.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E210F is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 33 15 -
CMYK 0 0.7 0.86 0.57
HSL 11.37º 0.76% 0.25% -
HSV(B) 11.37º 0.86% 0.43% -
XYZ 7.06 4.44 0.94 -
YUV 53.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 110 33 15 0 0.7 0.86 0.57 11.37 0.76 0.25
Hex 6E 21 F 0 46 56 39 B 4C 19
Octal 156 41 17 0 106 126 71 13 114 31
Binary 1101110 100001 1111 0 1000110 1010110 111001 1011 1001100 11001

Color Harmonies of #6E210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E210F

Black with #6E210F

Text Example


Text Example

White with #6E210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,15); }

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

background-color css

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

 a { background-color: rgb(110,33,15); }

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

border-color css

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

 span { border-color: rgb(110,33,15); }

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