Html Css Color HEX #801E2F Scarlett

📋 copy color: '#801E2F'

red 128 ◦ green 30 ◦ blue 47

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

Shades of Scarlett #801E2F

Tints of Scarlett #801E2F

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

 GREEN value IS 30 (12.11% from 255) = 14.63%

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

R = 62.44%
G = 14.63%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#801E2F (or 0x801E2F) is known color: Scarlett. HEX triplet: 80, 1E and 2F. RGB value is (128,30,47). Sum of RGB (Red+Green+Blue) = 128+30+47=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801E2F is #7FE1D0. Grayscale: #3D3D3D. Windows color (decimal): -8380881 or 3088000. OLE color: 3088000.

HSL color Cylindrical-coordinate representation of color #801E2F: hue angle of 349.59º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801E2F is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 30 47 -
CMYK 0 0.77 0.63 0.50
HSL 349.59º 0.62% 0.31% -
HSV(B) 349.59º 0.77% 0.5% -
XYZ 9.88 5.72 3.27 -
YUV 61.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 128 30 47 0 0.77 0.63 0.50 349.59 0.62 0.31
Hex 80 1E 2F 0 4D 3F 32 15E 3E 1F
Octal 200 36 57 0 115 77 62 536 76 37
Binary 10000000 11110 101111 0 1001101 111111 110010 101011110 111110 11111

Color Harmonies of #801E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801E2F

Black with #801E2F

Text Example


Text Example

White with #801E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801E2F; }

 p { color: rgb(128,30,47); }

 H1.HeaderClassName
 {
   color: #801E2F;
 }
 .AnyTagClassName
 {
   color: #801E2F;
 }
</style>

background-color css

<style>
 a { background-color: #801E2F; }

 a { background-color: rgb(128,30,47); }

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

border-color css

<style>
 span { border-color: #801E2F; }

 span { border-color: rgb(128,30,47); }

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