Html Css Color HEX #6F201B Red Oxide

📋 copy color: '#6F201B'

red 111 ◦ green 32 ◦ blue 27

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

Shades of Red Oxide #6F201B

Tints of Red Oxide #6F201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

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

R = 65.29%
G = 18.82%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F201B (or 0x6F201B) is known color: Red Oxide. HEX triplet: 6F, 20 and 1B. RGB value is (111,32,27). Sum of RGB (Red+Green+Blue) = 111+32+27=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F201B is #90DFE4. Grayscale: #373737. Windows color (decimal): -9494501 or 1777775. OLE color: 1777775.

HSL color Cylindrical-coordinate representation of color #6F201B: hue angle of 3.57º 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 #6F201B is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 27 -
CMYK 0 0.71 0.76 0.56
HSL 3.57º 0.61% 0.27% -
HSV(B) 3.57º 0.76% 0.44% -
XYZ 7.27 4.49 1.52 -
YUV 55.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 111 32 27 0 0.71 0.76 0.56 3.57 0.61 0.27
Hex 6F 20 1B 0 47 4C 38 4 3D 1B
Octal 157 40 33 0 107 114 70 4 75 33
Binary 1101111 100000 11011 0 1000111 1001100 111000 100 111101 11011

Color Harmonies of #6F201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F201B

Black with #6F201B

Text Example


Text Example

White with #6F201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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