#7D1E25

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

Shades of Scarlett #7D1E25

Tints of Scarlett #7D1E25

Color information

#7D1E25 (or 0x7D1E25) is unknown color: approx Scarlett. HEX triplet: 7D, 1E and 25. RGB value is (125,30,37). Sum of RGB (Red+Green+Blue) = 125+30+37=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E25 is #82E1DA. Grayscale: #3B3B3B. Windows color (decimal): -8577499 or 2432637. OLE color: 2432637.

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

Color convert

RGB1253037-
CMYK00.760.700.51
HSL355.58º61.29%30.39%-
HSV(B)355.58º76%49.02%-
XYZ9.265.422.31-
YUV59.2115.47174.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.10%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=65.10%
G=15.62%
B=19.27%

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
Decimal125303700.760.700.51355.5861.2930.39
Hex7D1E2504C46331643d1e
Octal17536450114106635447536
Binary11111011111010010101001100100011011001110110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,30,37); }

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

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

 a { background-color: rgb(125,30,37); }

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

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

 span { border-color: rgb(125,30,37); }

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