Html Css Color HEX #7D1E26 Scarlett

📋 copy color: '#7D1E26'

red 125 ◦ green 30 ◦ blue 38

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

Shades of Scarlett #7D1E26

Tints of Scarlett #7D1E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 64.77%
G = 15.54%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D1E26 (or 0x7D1E26) is known color: Scarlett. HEX triplet: 7D, 1E and 26. RGB value is (125,30,38). Sum of RGB (Red+Green+Blue) = 125+30+38=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E26 is #82E1D9. Grayscale: #3B3B3B. Windows color (decimal): -8577498 or 2498173. OLE color: 2498173.

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

Color convert

RGB 125 30 38 -
CMYK 0 0.76 0.70 0.51
HSL 354.95º 0.61% 0.3% -
HSV(B) 354.95º 0.76% 0.49% -
XYZ 9.27 5.43 2.39 -
YUV 59.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 125 30 38 0 0.76 0.70 0.51 354.95 0.61 0.3
Hex 7D 1E 26 0 4C 46 33 163 3D 1E
Octal 175 36 46 0 114 106 63 543 75 36
Binary 1111101 11110 100110 0 1001100 1000110 110011 101100011 111101 11110

Color Harmonies of #7D1E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1E26

Black with #7D1E26

Text Example


Text Example

White with #7D1E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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