Html Css Color HEX #7E1530 Scarlett

📋 copy color: '#7E1530'

red 126 ◦ green 21 ◦ blue 48

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

Shades of Scarlett #7E1530

Tints of Scarlett #7E1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 64.62%
G = 10.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7E1530 (or 0x7E1530) is known color: Scarlett. HEX triplet: 7E, 15 and 30. RGB value is (126,21,48). Sum of RGB (Red+Green+Blue) = 126+21+48=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1530 is #81EACF. Grayscale: #373737. Windows color (decimal): -8514256 or 3151230. OLE color: 3151230.

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

Color convert

RGB 126 21 48 -
CMYK 0 0.83 0.62 0.51
HSL 344.57º 0.71% 0.29% -
HSV(B) 344.57º 0.83% 0.49% -
XYZ 9.41 5.19 3.3 -
YUV 55.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 126 21 48 0 0.83 0.62 0.51 344.57 0.71 0.29
Hex 7E 15 30 0 53 3E 33 159 47 1D
Octal 176 25 60 0 123 76 63 531 107 35
Binary 1111110 10101 110000 0 1010011 111110 110011 101011001 1000111 11101

Color Harmonies of #7E1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1530

Black with #7E1530

Text Example


Text Example

White with #7E1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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