Html Css Color HEX #6F201F Red Oxide

📋 copy color: '#6F201F'

red 111 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #6F201F

Tints of Red Oxide #6F201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 63.79%
G = 18.39%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F201F (or 0x6F201F) is known color: Red Oxide. HEX triplet: 6F, 20 and 1F. RGB value is (111,32,31). Sum of RGB (Red+Green+Blue) = 111+32+31=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F201F is #90DFE0. Grayscale: #373737. Windows color (decimal): -9494497 or 2039919. OLE color: 2039919.

HSL color Cylindrical-coordinate representation of color #6F201F: hue angle of 0.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F201F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 31 -
CMYK 0 0.71 0.72 0.56
HSL 0.75º 0.56% 0.28% -
HSV(B) 0.75º 0.72% 0.44% -
XYZ 7.32 4.51 1.78 -
YUV 55.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 111 32 31 0 0.71 0.72 0.56 0.75 0.56 0.28
Hex 6F 20 1F 0 47 48 38 1 38 1C
Octal 157 40 37 0 107 110 70 1 70 34
Binary 1101111 100000 11111 0 1000111 1001000 111000 1 111000 11100

Color Harmonies of #6F201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F201F

Black with #6F201F

Text Example


Text Example

White with #6F201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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