Html Css Color HEX #7E182D Scarlett

📋 copy color: '#7E182D'

red 126 ◦ green 24 ◦ blue 45

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

Shades of Scarlett #7E182D

Tints of Scarlett #7E182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 64.62%
G = 12.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E182D (or 0x7E182D) is known color: Scarlett. HEX triplet: 7E, 18 and 2D. RGB value is (126,24,45). Sum of RGB (Red+Green+Blue) = 126+24+45=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E182D is #81E7D2. Grayscale: #383838. Windows color (decimal): -8513491 or 2955390. OLE color: 2955390.

HSL color Cylindrical-coordinate representation of color #7E182D: hue angle of 347.65º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E182D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 45 -
CMYK 0 0.81 0.64 0.51
HSL 347.65º 0.68% 0.29% -
HSV(B) 347.65º 0.81% 0.49% -
XYZ 9.4 5.28 3.01 -
YUV 56.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 126 24 45 0 0.81 0.64 0.51 347.65 0.68 0.29
Hex 7E 18 2D 0 51 40 33 15C 44 1D
Octal 176 30 55 0 121 100 63 534 104 35
Binary 1111110 11000 101101 0 1010001 1000000 110011 101011100 1000100 11101

Color Harmonies of #7E182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E182D

Black with #7E182D

Text Example


Text Example

White with #7E182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,24,45); }

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

background-color css

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

 a { background-color: rgb(126,24,45); }

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

border-color css

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

 span { border-color: rgb(126,24,45); }

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