Html Css Color HEX #6E1C1D Red Berry

📋 copy color: '#6E1C1D'

red 110 ◦ green 28 ◦ blue 29

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

Shades of Red Berry #6E1C1D

Tints of Red Berry #6E1C1D

RGB

 RED value IS 110 (43.36% from 255) = 65.87%

 GREEN value IS 28 (11.33% from 255) = 16.77%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 65.87%
G = 16.77%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E1C1D (or 0x6E1C1D) is known color: Red Berry. HEX triplet: 6E, 1C and 1D. RGB value is (110,28,29). Sum of RGB (Red+Green+Blue) = 110+28+29=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C1D is #91E3E2. Grayscale: #343434. Windows color (decimal): -9561059 or 1907822. OLE color: 1907822.

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

Color convert

RGB 110 28 29 -
CMYK 0 0.75 0.74 0.57
HSL 359.27º 0.59% 0.27% -
HSV(B) 359.27º 0.75% 0.43% -
XYZ 7.07 4.23 1.61 -
YUV 52.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 110 28 29 0 0.75 0.74 0.57 359.27 0.59 0.27
Hex 6E 1C 1D 0 4B 4A 39 167 3B 1B
Octal 156 34 35 0 113 112 71 547 73 33
Binary 1101110 11100 11101 0 1001011 1001010 111001 101100111 111011 11011

Color Harmonies of #6E1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C1D

Black with #6E1C1D

Text Example


Text Example

White with #6E1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,29); }

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

background-color css

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

 a { background-color: rgb(110,28,29); }

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

border-color css

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

 span { border-color: rgb(110,28,29); }

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