Html Css Color HEX #7E1D28 Scarlett

📋 copy color: '#7E1D28'

red 126 ◦ green 29 ◦ blue 40

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

Shades of Scarlett #7E1D28

Tints of Scarlett #7E1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.87%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 64.62%
G = 14.87%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7E1D28 (or 0x7E1D28) is known color: Scarlett. HEX triplet: 7E, 1D and 28. RGB value is (126,29,40). Sum of RGB (Red+Green+Blue) = 126+29+40=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D28 is #81E2D7. Grayscale: #3B3B3B. Windows color (decimal): -8512216 or 2628990. OLE color: 2628990.

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

Color convert

RGB 126 29 40 -
CMYK 0 0.77 0.68 0.51
HSL 353.2º 0.63% 0.3% -
HSV(B) 353.2º 0.77% 0.49% -
XYZ 9.43 5.47 2.57 -
YUV 59.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 126 29 40 0 0.77 0.68 0.51 353.2 0.63 0.3
Hex 7E 1D 28 0 4D 44 33 161 3F 1E
Octal 176 35 50 0 115 104 63 541 77 36
Binary 1111110 11101 101000 0 1001101 1000100 110011 101100001 111111 11110

Color Harmonies of #7E1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D28

Black with #7E1D28

Text Example


Text Example

White with #7E1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,29,40); }

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

background-color css

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

 a { background-color: rgb(126,29,40); }

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

border-color css

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

 span { border-color: rgb(126,29,40); }

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