Html Css Color HEX #6F1418 Red Berry

📋 copy color: '#6F1418'

red 111 ◦ green 20 ◦ blue 24

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

Shades of Red Berry #6F1418

Tints of Red Berry #6F1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 71.61%
G = 12.9%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F1418 (or 0x6F1418) is known color: Red Berry. HEX triplet: 6F, 14 and 18. RGB value is (111,20,24). Sum of RGB (Red+Green+Blue) = 111+20+24=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1418 is #90EBE7. Grayscale: #2F2F2F. Windows color (decimal): -9497576 or 1578095. OLE color: 1578095.

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

Color convert

RGB 111 20 24 -
CMYK 0 0.82 0.78 0.56
HSL 357.36º 0.69% 0.26% -
HSV(B) 357.36º 0.82% 0.44% -
XYZ 6.97 3.95 1.26 -
YUV 47.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 111 20 24 0 0.82 0.78 0.56 357.36 0.69 0.26
Hex 6F 14 18 0 52 4E 38 165 45 1A
Octal 157 24 30 0 122 116 70 545 105 32
Binary 1101111 10100 11000 0 1010010 1001110 111000 101100101 1000101 11010

Color Harmonies of #6F1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1418

Black with #6F1418

Text Example


Text Example

White with #6F1418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,24); }

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

background-color css

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

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

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

border-color css

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

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

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