Html Css Color HEX #6F211B Red Oxide

📋 copy color: '#6F211B'

red 111 ◦ green 33 ◦ blue 27

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

Shades of Red Oxide #6F211B

Tints of Red Oxide #6F211B

RGB

 RED value IS 111 (43.75% from 255) = 64.91%

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

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 64.91%
G = 19.3%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F211B (or 0x6F211B) is known color: Red Oxide. HEX triplet: 6F, 21 and 1B. RGB value is (111,33,27). Sum of RGB (Red+Green+Blue) = 111+33+27=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F211B is #90DEE4. Grayscale: #373737. Windows color (decimal): -9494245 or 1778031. OLE color: 1778031.

HSL color Cylindrical-coordinate representation of color #6F211B: hue angle of 4.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F211B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 27 -
CMYK 0 0.70 0.76 0.56
HSL 4.29º 0.61% 0.27% -
HSV(B) 4.29º 0.76% 0.44% -
XYZ 7.3 4.55 1.53 -
YUV 55.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 111 33 27 0 0.70 0.76 0.56 4.29 0.61 0.27
Hex 6F 21 1B 0 46 4C 38 4 3D 1B
Octal 157 41 33 0 106 114 70 4 75 33
Binary 1101111 100001 11011 0 1000110 1001100 111000 100 111101 11011

Color Harmonies of #6F211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F211B

Black with #6F211B

Text Example


Text Example

White with #6F211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,27); }

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

background-color css

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

 a { background-color: rgb(111,33,27); }

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

border-color css

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

 span { border-color: rgb(111,33,27); }

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