Html Css Color HEX #6F1212 Falu Red

📋 copy color: '#6F1212'

red 111 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #6F1212

Tints of Falu Red #6F1212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 75.51%
G = 12.24%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F1212 (or 0x6F1212) is known color: Falu Red. HEX triplet: 6F, 12 and 12. RGB value is (111,18,18). Sum of RGB (Red+Green+Blue) = 111+18+18=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1212 is #90EDED. Grayscale: #2D2D2D. Windows color (decimal): -9498094 or 1184367. OLE color: 1184367.

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

Color convert

RGB 111 18 18 -
CMYK 0 0.84 0.84 0.56
HSL 0.72% 0.25% -
HSV(B) 0.84% 0.44% -
XYZ 6.88 3.86 0.95 -
YUV 45.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 111 18 18 0 0.84 0.84 0.56 0 0.72 0.25
Hex 6F 12 12 0 54 54 38 0 48 19
Octal 157 22 22 0 124 124 70 0 110 31
Binary 1101111 10010 10010 0 1010100 1010100 111000 0 1001000 11001

Color Harmonies of #6F1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1212

Black with #6F1212

Text Example


Text Example

White with #6F1212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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