Html Css Color HEX #7E232E Scarlett

📋 copy color: '#7E232E'

red 126 ◦ green 35 ◦ blue 46

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

Shades of Scarlett #7E232E

Tints of Scarlett #7E232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 60.87%
G = 16.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E232E (or 0x7E232E) is known color: Scarlett. HEX triplet: 7E, 23 and 2E. RGB value is (126,35,46). Sum of RGB (Red+Green+Blue) = 126+35+46=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E232E is #81DCD1. Grayscale: #3F3F3F. Windows color (decimal): -8510674 or 3023742. OLE color: 3023742.

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

Color convert

RGB 126 35 46 -
CMYK 0 0.72 0.63 0.51
HSL 352.75º 0.57% 0.32% -
HSV(B) 352.75º 0.72% 0.49% -
XYZ 9.7 5.83 3.2 -
YUV 63.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 126 35 46 0 0.72 0.63 0.51 352.75 0.57 0.32
Hex 7E 23 2E 0 48 3F 33 161 39 20
Octal 176 43 56 0 110 77 63 541 71 40
Binary 1111110 100011 101110 0 1001000 111111 110011 101100001 111001 100000

Color Harmonies of #7E232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E232E

Black with #7E232E

Text Example


Text Example

White with #7E232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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