Html Css Color HEX #7E212E Scarlett

📋 copy color: '#7E212E'

red 126 ◦ green 33 ◦ blue 46

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

Shades of Scarlett #7E212E

Tints of Scarlett #7E212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 61.46%
G = 16.1%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E212E (or 0x7E212E) is known color: Scarlett. HEX triplet: 7E, 21 and 2E. RGB value is (126,33,46). Sum of RGB (Red+Green+Blue) = 126+33+46=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E212E is #81DED1. Grayscale: #3E3E3E. Windows color (decimal): -8511186 or 3023230. OLE color: 3023230.

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

Color convert

RGB 126 33 46 -
CMYK 0 0.74 0.63 0.51
HSL 351.61º 0.58% 0.31% -
HSV(B) 351.61º 0.74% 0.49% -
XYZ 9.64 5.72 3.18 -
YUV 62.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 126 33 46 0 0.74 0.63 0.51 351.61 0.58 0.31
Hex 7E 21 2E 0 4A 3F 33 160 3A 1F
Octal 176 41 56 0 112 77 63 540 72 37
Binary 1111110 100001 101110 0 1001010 111111 110011 101100000 111010 11111

Color Harmonies of #7E212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E212E

Black with #7E212E

Text Example


Text Example

White with #7E212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,33,46); }

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

background-color css

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

 a { background-color: rgb(126,33,46); }

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

border-color css

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

 span { border-color: rgb(126,33,46); }

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