Html Css Color HEX #6F1D21 Red Berry

📋 copy color: '#6F1D21'

red 111 ◦ green 29 ◦ blue 33

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

Shades of Red Berry #6F1D21

Tints of Red Berry #6F1D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

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

R = 64.16%
G = 16.76%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F1D21 (or 0x6F1D21) is known color: Red Berry. HEX triplet: 6F, 1D and 21. RGB value is (111,29,33). Sum of RGB (Red+Green+Blue) = 111+29+33=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D21 is #90E2DE. Grayscale: #363636. Windows color (decimal): -9495263 or 2170223. OLE color: 2170223.

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

Color convert

RGB 111 29 33 -
CMYK 0 0.74 0.70 0.56
HSL 357.07º 0.59% 0.27% -
HSV(B) 357.07º 0.74% 0.44% -
XYZ 7.27 4.37 1.9 -
YUV 53.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 111 29 33 0 0.74 0.70 0.56 357.07 0.59 0.27
Hex 6F 1D 21 0 4A 46 38 165 3B 1B
Octal 157 35 41 0 112 106 70 545 73 33
Binary 1101111 11101 100001 0 1001010 1000110 111000 101100101 111011 11011

Color Harmonies of #6F1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D21

Black with #6F1D21

Text Example


Text Example

White with #6F1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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