Html Css Color HEX #6F141C Red Berry

📋 copy color: '#6F141C'

red 111 ◦ green 20 ◦ blue 28

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

Shades of Red Berry #6F141C

Tints of Red Berry #6F141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 69.81%
G = 12.58%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F141C (or 0x6F141C) is known color: Red Berry. HEX triplet: 6F, 14 and 1C. RGB value is (111,20,28). Sum of RGB (Red+Green+Blue) = 111+20+28=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F141C is #90EBE3. Grayscale: #303030. Windows color (decimal): -9497572 or 1840239. OLE color: 1840239.

HSL color Cylindrical-coordinate representation of color #6F141C: hue angle of 354.73º 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 #6F141C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 20 28 -
CMYK 0 0.82 0.75 0.56
HSL 354.73º 0.69% 0.26% -
HSV(B) 354.73º 0.82% 0.44% -
XYZ 7.02 3.96 1.49 -
YUV 48.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 111 20 28 0 0.82 0.75 0.56 354.73 0.69 0.26
Hex 6F 14 1C 0 52 4B 38 163 45 1A
Octal 157 24 34 0 122 113 70 543 105 32
Binary 1101111 10100 11100 0 1010010 1001011 111000 101100011 1000101 11010

Color Harmonies of #6F141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F141C

Black with #6F141C

Text Example


Text Example

White with #6F141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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