Html Css Color HEX #6F1F21 Red Berry

📋 copy color: '#6F1F21'

red 111 ◦ green 31 ◦ blue 33

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

Shades of Red Berry #6F1F21

Tints of Red Berry #6F1F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.71%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 63.43%
G = 17.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F1F21 (or 0x6F1F21) is known color: Red Berry. HEX triplet: 6F, 1F and 21. RGB value is (111,31,33). Sum of RGB (Red+Green+Blue) = 111+31+33=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F21 is #90E0DE. Grayscale: #373737. Windows color (decimal): -9494751 or 2170735. OLE color: 2170735.

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

Color convert

RGB 111 31 33 -
CMYK 0 0.72 0.70 0.56
HSL 358.5º 0.56% 0.28% -
HSV(B) 358.5º 0.72% 0.44% -
XYZ 7.32 4.47 1.92 -
YUV 55.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 111 31 33 0 0.72 0.70 0.56 358.5 0.56 0.28
Hex 6F 1F 21 0 48 46 38 166 38 1C
Octal 157 37 41 0 110 106 70 546 70 34
Binary 1101111 11111 100001 0 1001000 1000110 111000 101100110 111000 11100

Color Harmonies of #6F1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F21

Black with #6F1F21

Text Example


Text Example

White with #6F1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,31,33); }

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

background-color css

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

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

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

border-color css

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

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

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