Html Css Color HEX #7E1728 Scarlett

📋 copy color: '#7E1728'

red 126 ◦ green 23 ◦ blue 40

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

Shades of Scarlett #7E1728

Tints of Scarlett #7E1728

RGB

 RED value IS 126 (49.61% from 255) = 66.67%

 GREEN value IS 23 (9.38% from 255) = 12.17%

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 66.67%
G = 12.17%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7E1728 (or 0x7E1728) is known color: Scarlett. HEX triplet: 7E, 17 and 28. RGB value is (126,23,40). Sum of RGB (Red+Green+Blue) = 126+23+40=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1728 is #81E8D7. Grayscale: #373737. Windows color (decimal): -8513752 or 2627454. OLE color: 2627454.

HSL color Cylindrical-coordinate representation of color #7E1728: hue angle of 350.1º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1728 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 23 40 -
CMYK 0 0.82 0.68 0.51
HSL 350.1º 0.69% 0.29% -
HSV(B) 350.1º 0.82% 0.49% -
XYZ 9.29 5.2 2.52 -
YUV 55.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 126 23 40 0 0.82 0.68 0.51 350.1 0.69 0.29
Hex 7E 17 28 0 52 44 33 15E 45 1D
Octal 176 27 50 0 122 104 63 536 105 35
Binary 1111110 10111 101000 0 1010010 1000100 110011 101011110 1000101 11101

Color Harmonies of #7E1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1728

Black with #7E1728

Text Example


Text Example

White with #7E1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,23,40); }

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

background-color css

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

 a { background-color: rgb(126,23,40); }

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

border-color css

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

 span { border-color: rgb(126,23,40); }

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