#7E1E26

Color #7E1E26 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7E1E26

Tints of Scarlett #7E1E26

Color information

#7E1E26 (or 0x7E1E26) is unknown color: approx Scarlett. HEX triplet: 7E, 1E and 26. RGB value is (126,30,38). Sum of RGB (Red+Green+Blue) = 126+30+38=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1E26 is #81E1D9. Grayscale: #3B3B3B. Windows color (decimal): -8511962 or 2498174. OLE color: 2498174.

HSL color Cylindrical-coordinate representation of color #7E1E26: hue angle of 355º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E1E26 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1263038-
CMYK00.760.700.51
HSL355º61.54%30.59%-
HSV(B)355º76.19%49.41%-
XYZ9.425.52.4-
YUV59.62115.8175.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=64.95%
G=15.46%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126303800.760.700.5135561.5430.59
Hex7E1E2604C46331633e1f
Octal17636460114106635437637
Binary11111101111010011001001100100011011001110110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,30,38); }

 H1.HeaderClassName
 {
   color: #7E1E26;
 }
 .AnyTagClassName
 {
   color: #7E1E26;
 }
</style>
background-color css

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

 a { background-color: rgb(126,30,38); }

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

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

 span { border-color: rgb(126,30,38); }

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