Html Css Color HEX #7E152F Scarlett

📋 copy color: '#7E152F'

red 126 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #7E152F

Tints of Scarlett #7E152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 64.95%
G = 10.82%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E152F (or 0x7E152F) is known color: Scarlett. HEX triplet: 7E, 15 and 2F. RGB value is (126,21,47). Sum of RGB (Red+Green+Blue) = 126+21+47=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E152F is #81EAD0. Grayscale: #373737. Windows color (decimal): -8514257 or 3085694. OLE color: 3085694.

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

Color convert

RGB 126 21 47 -
CMYK 0 0.83 0.63 0.51
HSL 345.14º 0.71% 0.29% -
HSV(B) 345.14º 0.83% 0.49% -
XYZ 9.39 5.18 3.19 -
YUV 55.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 126 21 47 0 0.83 0.63 0.51 345.14 0.71 0.29
Hex 7E 15 2F 0 53 3F 33 159 47 1D
Octal 176 25 57 0 123 77 63 531 107 35
Binary 1111110 10101 101111 0 1010011 111111 110011 101011001 1000111 11101

Color Harmonies of #7E152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E152F

Black with #7E152F

Text Example


Text Example

White with #7E152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,21,47); }

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

background-color css

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

 a { background-color: rgb(126,21,47); }

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

border-color css

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

 span { border-color: rgb(126,21,47); }

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