Html Css Color HEX #7D1E35 Scarlett

📋 copy color: '#7D1E35'

red 125 ◦ green 30 ◦ blue 53

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

Shades of Scarlett #7D1E35

Tints of Scarlett #7D1E35

RGB

 RED value IS 125 (49.22% from 255) = 60.1%

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 60.1%
G = 14.42%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D1E35 (or 0x7D1E35) is known color: Scarlett. HEX triplet: 7D, 1E and 35. RGB value is (125,30,53). Sum of RGB (Red+Green+Blue) = 125+30+53=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E35 is #82E1CA. Grayscale: #3D3D3D. Windows color (decimal): -8577483 or 3481213. OLE color: 3481213.

HSL color Cylindrical-coordinate representation of color #7D1E35: hue angle of 345.47º 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 #7D1E35 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 30 53 -
CMYK 0 0.76 0.58 0.51
HSL 345.47º 0.61% 0.3% -
HSV(B) 345.47º 0.76% 0.49% -
XYZ 9.56 5.55 3.93 -
YUV 61.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 125 30 53 0 0.76 0.58 0.51 345.47 0.61 0.3
Hex 7D 1E 35 0 4C 3A 33 159 3D 1E
Octal 175 36 65 0 114 72 63 531 75 36
Binary 1111101 11110 110101 0 1001100 111010 110011 101011001 111101 11110

Color Harmonies of #7D1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1E35

Black with #7D1E35

Text Example


Text Example

White with #7D1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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