Html Css Color HEX #7E1D30 Scarlett

📋 copy color: '#7E1D30'

red 126 ◦ green 29 ◦ blue 48

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

Shades of Scarlett #7E1D30

Tints of Scarlett #7E1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 62.07%
G = 14.29%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7E1D30 (or 0x7E1D30) is known color: Scarlett. HEX triplet: 7E, 1D and 30. RGB value is (126,29,48). Sum of RGB (Red+Green+Blue) = 126+29+48=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D30 is #81E2CF. Grayscale: #3C3C3C. Windows color (decimal): -8512208 or 3153278. OLE color: 3153278.

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

Color convert

RGB 126 29 48 -
CMYK 0 0.77 0.62 0.51
HSL 348.25º 0.63% 0.3% -
HSV(B) 348.25º 0.77% 0.49% -
XYZ 9.58 5.53 3.36 -
YUV 60.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 126 29 48 0 0.77 0.62 0.51 348.25 0.63 0.3
Hex 7E 1D 30 0 4D 3E 33 15C 3F 1E
Octal 176 35 60 0 115 76 63 534 77 36
Binary 1111110 11101 110000 0 1001101 111110 110011 101011100 111111 11110

Color Harmonies of #7E1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D30

Black with #7E1D30

Text Example


Text Example

White with #7E1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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