Html Css Color HEX #7E1730 Scarlett

📋 copy color: '#7E1730'

red 126 ◦ green 23 ◦ blue 48

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

Shades of Scarlett #7E1730

Tints of Scarlett #7E1730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 63.96%
G = 11.68%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7E1730 (or 0x7E1730) is known color: Scarlett. HEX triplet: 7E, 17 and 30. RGB value is (126,23,48). Sum of RGB (Red+Green+Blue) = 126+23+48=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1730 is #81E8CF. Grayscale: #383838. Windows color (decimal): -8513744 or 3151742. OLE color: 3151742.

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

Color convert

RGB 126 23 48 -
CMYK 0 0.82 0.62 0.51
HSL 345.44º 0.69% 0.29% -
HSV(B) 345.44º 0.82% 0.49% -
XYZ 9.44 5.26 3.31 -
YUV 56.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 126 23 48 0 0.82 0.62 0.51 345.44 0.69 0.29
Hex 7E 17 30 0 52 3E 33 159 45 1D
Octal 176 27 60 0 122 76 63 531 105 35
Binary 1111110 10111 110000 0 1010010 111110 110011 101011001 1000101 11101

Color Harmonies of #7E1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1730

Black with #7E1730

Text Example


Text Example

White with #7E1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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