Html Css Color HEX #7E1718 Red Berry

📋 copy color: '#7E1718'

red 126 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #7E1718

Tints of Red Berry #7E1718

RGB

 RED value IS 126 (49.61% from 255) = 72.83%

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 72.83%
G = 13.29%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7E1718 (or 0x7E1718) is known color: Red Berry. HEX triplet: 7E, 17 and 18. RGB value is (126,23,24). Sum of RGB (Red+Green+Blue) = 126+23+24=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1718 is #81E8E7. Grayscale: #363636. Windows color (decimal): -8513768 or 1578878. OLE color: 1578878.

HSL color Cylindrical-coordinate representation of color #7E1718: hue angle of 359.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1718 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 23 24 -
CMYK 0 0.82 0.81 0.51
HSL 359.42º 0.69% 0.29% -
HSV(B) 359.42º 0.82% 0.49% -
XYZ 9.08 5.11 1.37 -
YUV 53.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 126 23 24 0 0.82 0.81 0.51 359.42 0.69 0.29
Hex 7E 17 18 0 52 51 33 167 45 1D
Octal 176 27 30 0 122 121 63 547 105 35
Binary 1111110 10111 11000 0 1010010 1010001 110011 101100111 1000101 11101

Color Harmonies of #7E1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1718

Black with #7E1718

Text Example


Text Example

White with #7E1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E1718; }

 p { color: rgb(126,23,24); }

 H1.HeaderClassName
 {
   color: #7E1718;
 }
 .AnyTagClassName
 {
   color: #7E1718;
 }
</style>

background-color css

<style>
 a { background-color: #7E1718; }

 a { background-color: rgb(126,23,24); }

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

border-color css

<style>
 span { border-color: #7E1718; }

 span { border-color: rgb(126,23,24); }

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