Html Css Color HEX #7E222B Scarlett

📋 copy color: '#7E222B'

red 126 ◦ green 34 ◦ blue 43

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

Shades of Scarlett #7E222B

Tints of Scarlett #7E222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 62.07%
G = 16.75%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7E222B (or 0x7E222B) is known color: Scarlett. HEX triplet: 7E, 22 and 2B. RGB value is (126,34,43). Sum of RGB (Red+Green+Blue) = 126+34+43=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E222B is #81DDD4. Grayscale: #3E3E3E. Windows color (decimal): -8510933 or 2826878. OLE color: 2826878.

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

Color convert

RGB 126 34 43 -
CMYK 0 0.73 0.66 0.51
HSL 354.13º 0.58% 0.31% -
HSV(B) 354.13º 0.73% 0.49% -
XYZ 9.61 5.75 2.89 -
YUV 62.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 126 34 43 0 0.73 0.66 0.51 354.13 0.58 0.31
Hex 7E 22 2B 0 49 42 33 162 3A 1F
Octal 176 42 53 0 111 102 63 542 72 37
Binary 1111110 100010 101011 0 1001001 1000010 110011 101100010 111010 11111

Color Harmonies of #7E222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E222B

Black with #7E222B

Text Example


Text Example

White with #7E222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,34,43); }

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

background-color css

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

 a { background-color: rgb(126,34,43); }

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

border-color css

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

 span { border-color: rgb(126,34,43); }

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