Html Css Color HEX #7E262B Scarlett

📋 copy color: '#7E262B'

red 126 ◦ green 38 ◦ blue 43

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

Shades of Scarlett #7E262B

Tints of Scarlett #7E262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

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

R = 60.87%
G = 18.36%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7E262B (or 0x7E262B) is known color: Scarlett. HEX triplet: 7E, 26 and 2B. RGB value is (126,38,43). Sum of RGB (Red+Green+Blue) = 126+38+43=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E262B is #81D9D4. Grayscale: #404040. Windows color (decimal): -8509909 or 2827902. OLE color: 2827902.

HSL color Cylindrical-coordinate representation of color #7E262B: hue angle of 356.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E262B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 38 43 -
CMYK 0 0.70 0.66 0.51
HSL 356.59º 0.54% 0.32% -
HSV(B) 356.59º 0.7% 0.49% -
XYZ 9.73 6 2.93 -
YUV 64.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 126 38 43 0 0.70 0.66 0.51 356.59 0.54 0.32
Hex 7E 26 2B 0 46 42 33 165 36 20
Octal 176 46 53 0 106 102 63 545 66 40
Binary 1111110 100110 101011 0 1000110 1000010 110011 101100101 110110 100000

Color Harmonies of #7E262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E262B

Black with #7E262B

Text Example


Text Example

White with #7E262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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