Html Css Color HEX #7E252A Scarlett

📋 copy color: '#7E252A'

red 126 ◦ green 37 ◦ blue 42

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

Shades of Scarlett #7E252A

Tints of Scarlett #7E252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 61.46%
G = 18.05%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E252A (or 0x7E252A) is known color: Scarlett. HEX triplet: 7E, 25 and 2A. RGB value is (126,37,42). Sum of RGB (Red+Green+Blue) = 126+37+42=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E252A is #81DAD5. Grayscale: #404040. Windows color (decimal): -8510166 or 2762110. OLE color: 2762110.

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

Color convert

RGB 126 37 42 -
CMYK 0 0.71 0.67 0.51
HSL 356.63º 0.55% 0.32% -
HSV(B) 356.63º 0.71% 0.49% -
XYZ 9.68 5.93 2.82 -
YUV 64.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 126 37 42 0 0.71 0.67 0.51 356.63 0.55 0.32
Hex 7E 25 2A 0 47 43 33 165 37 20
Octal 176 45 52 0 107 103 63 545 67 40
Binary 1111110 100101 101010 0 1000111 1000011 110011 101100101 110111 100000

Color Harmonies of #7E252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E252A

Black with #7E252A

Text Example


Text Example

White with #7E252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,42); }

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

background-color css

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

 a { background-color: rgb(126,37,42); }

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

border-color css

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

 span { border-color: rgb(126,37,42); }

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