Html Css Color HEX #80252E Scarlett

📋 copy color: '#80252E'

red 128 ◦ green 37 ◦ blue 46

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

Shades of Scarlett #80252E

Tints of Scarlett #80252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 60.66%
G = 17.54%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80252E (or 0x80252E) is known color: Scarlett. HEX triplet: 80, 25 and 2E. RGB value is (128,37,46). Sum of RGB (Red+Green+Blue) = 128+37+46=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80252E is #7FDAD1. Grayscale: #414141. Windows color (decimal): -8379090 or 3024256. OLE color: 3024256.

HSL color Cylindrical-coordinate representation of color #80252E: hue angle of 354.07º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80252E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 46 -
CMYK 0 0.71 0.64 0.50
HSL 354.07º 0.55% 0.32% -
HSV(B) 354.07º 0.71% 0.5% -
XYZ 10.06 6.11 3.23 -
YUV 65.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 128 37 46 0 0.71 0.64 0.50 354.07 0.55 0.32
Hex 80 25 2E 0 47 40 32 162 37 20
Octal 200 45 56 0 107 100 62 542 67 40
Binary 10000000 100101 101110 0 1000111 1000000 110010 101100010 110111 100000

Color Harmonies of #80252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80252E

Black with #80252E

Text Example


Text Example

White with #80252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80252E; }

 p { color: rgb(128,37,46); }

 H1.HeaderClassName
 {
   color: #80252E;
 }
 .AnyTagClassName
 {
   color: #80252E;
 }
</style>

background-color css

<style>
 a { background-color: #80252E; }

 a { background-color: rgb(128,37,46); }

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

border-color css

<style>
 span { border-color: #80252E; }

 span { border-color: rgb(128,37,46); }

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