Html Css Color HEX #7E1D2F Scarlett

📋 copy color: '#7E1D2F'

red 126 ◦ green 29 ◦ blue 47

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

Shades of Scarlett #7E1D2F

Tints of Scarlett #7E1D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 62.38%
G = 14.36%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E1D2F (or 0x7E1D2F) is known color: Scarlett. HEX triplet: 7E, 1D and 2F. RGB value is (126,29,47). Sum of RGB (Red+Green+Blue) = 126+29+47=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D2F is #81E2D0. Grayscale: #3C3C3C. Windows color (decimal): -8512209 or 3087742. OLE color: 3087742.

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

Color convert

RGB 126 29 47 -
CMYK 0 0.77 0.63 0.51
HSL 348.87º 0.63% 0.3% -
HSV(B) 348.87º 0.77% 0.49% -
XYZ 9.56 5.52 3.25 -
YUV 60.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 126 29 47 0 0.77 0.63 0.51 348.87 0.63 0.3
Hex 7E 1D 2F 0 4D 3F 33 15D 3F 1E
Octal 176 35 57 0 115 77 63 535 77 36
Binary 1111110 11101 101111 0 1001101 111111 110011 101011101 111111 11110

Color Harmonies of #7E1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D2F

Black with #7E1D2F

Text Example


Text Example

White with #7E1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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