Html Css Color HEX #6F1902 Falu Red

📋 copy color: '#6F1902'

red 111 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #6F1902

Tints of Falu Red #6F1902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 80.43%
G = 18.12%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F1902 (or 0x6F1902) is known color: Falu Red. HEX triplet: 6F, 19 and 02. RGB value is (111,25,2). Sum of RGB (Red+Green+Blue) = 111+25+2=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1902 is #90E6FD. Grayscale: #303030. Windows color (decimal): -9496318 or 137583. OLE color: 137583.

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

Color convert

RGB 111 25 2 -
CMYK 0 0.77 0.98 0.56
HSL 12.66º 0.96% 0.22% -
HSV(B) 12.66º 0.98% 0.44% -
XYZ 6.91 4.08 0.48 -
YUV 48.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 111 25 2 0 0.77 0.98 0.56 12.66 0.96 0.22
Hex 6F 19 2 0 4D 62 38 D 60 16
Octal 157 31 2 0 115 142 70 15 140 26
Binary 1101111 11001 10 0 1001101 1100010 111000 1101 1100000 10110

Color Harmonies of #6F1902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1902

Black with #6F1902

Text Example


Text Example

White with #6F1902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,2); }

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

background-color css

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

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

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

border-color css

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

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

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