Html Css Color HEX #7D1F39 Scarlett

📋 copy color: '#7D1F39'

red 125 ◦ green 31 ◦ blue 57

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

Shades of Scarlett #7D1F39

Tints of Scarlett #7D1F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 58.69%
G = 14.55%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D1F39 (or 0x7D1F39) is known color: Scarlett. HEX triplet: 7D, 1F and 39. RGB value is (125,31,57). Sum of RGB (Red+Green+Blue) = 125+31+57=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1F39 is #82E0C6. Grayscale: #3E3E3E. Windows color (decimal): -8577223 or 3743613. OLE color: 3743613.

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

Color convert

RGB 125 31 57 -
CMYK 0 0.75 0.54 0.51
HSL 343.4º 0.6% 0.31% -
HSV(B) 343.4º 0.75% 0.49% -
XYZ 9.69 5.64 4.45 -
YUV 62.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 125 31 57 0 0.75 0.54 0.51 343.4 0.6 0.31
Hex 7D 1F 39 0 4B 36 33 157 3C 1F
Octal 175 37 71 0 113 66 63 527 74 37
Binary 1111101 11111 111001 0 1001011 110110 110011 101010111 111100 11111

Color Harmonies of #7D1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F39

Black with #7D1F39

Text Example


Text Example

White with #7D1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,57); }

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

background-color css

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

 a { background-color: rgb(125,31,57); }

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

border-color css

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

 span { border-color: rgb(125,31,57); }

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