Html Css Color HEX #6F1717 Falu Red

📋 copy color: '#6F1717'

red 111 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #6F1717

Tints of Falu Red #6F1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 70.7%
G = 14.65%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F1717 (or 0x6F1717) is known color: Falu Red. HEX triplet: 6F, 17 and 17. RGB value is (111,23,23). Sum of RGB (Red+Green+Blue) = 111+23+23=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1717 is #90E8E8. Grayscale: #313131. Windows color (decimal): -9496809 or 1513327. OLE color: 1513327.

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

Color convert

RGB 111 23 23 -
CMYK 0 0.79 0.79 0.56
HSL 0.66% 0.26% -
HSV(B) 0.79% 0.44% -
XYZ 7.02 4.05 1.22 -
YUV 49.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 111 23 23 0 0.79 0.79 0.56 0 0.66 0.26
Hex 6F 17 17 0 4F 4F 38 0 42 1A
Octal 157 27 27 0 117 117 70 0 102 32
Binary 1101111 10111 10111 0 1001111 1001111 111000 0 1000010 11010

Color Harmonies of #6F1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1717

Black with #6F1717

Text Example


Text Example

White with #6F1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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