#7E1D2F

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

Shades of Scarlett #7E1D2F

Tints of Scarlett #7E1D2F

Color information

#7E1D2F (or 0x7E1D2F) is unknown color: approx Scarlett. HEX triplet: 7E, 1D and 2F. RGB value is (126,29,47). Sum of RGB (Red+Green+Blue) = 126+29+47=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D2F is #81E2D0. Grayscale: #3C3C3C. Windows color (decimal): -8512209 or 3087742. OLE color: 3087742.

HSL color Cylindrical-coordinate representation of color #7E1D2F: hue angle of 348.87º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E1D2F is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1262947-
CMYK00.770.630.51
HSL348.87º62.58%30.39%-
HSV(B)348.87º76.98%49.41%-
XYZ9.565.523.25-
YUV60.06120.64175.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.38%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=62.38%
G=14.36%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126294700.770.630.51348.8762.5830.39
Hex7E1D2F04D3F3315d3f1e
Octal1763557011577635357736
Binary1111110111011011110100110111111111001110101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,29,47); }

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

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

 a { background-color: rgb(126,29,47); }

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

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

 span { border-color: rgb(126,29,47); }

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