Html Css Color HEX #80212D Scarlett

📋 copy color: '#80212D'

red 128 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #80212D

Tints of Scarlett #80212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 62.14%
G = 16.02%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80212D (or 0x80212D) is known color: Scarlett. HEX triplet: 80, 21 and 2D. RGB value is (128,33,45). Sum of RGB (Red+Green+Blue) = 128+33+45=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212D is #7FDED2. Grayscale: #3E3E3E. Windows color (decimal): -8380115 or 2957696. OLE color: 2957696.

HSL color Cylindrical-coordinate representation of color #80212D: hue angle of 352.42º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80212D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 45 -
CMYK 0 0.74 0.65 0.50
HSL 352.42º 0.59% 0.32% -
HSV(B) 352.42º 0.74% 0.5% -
XYZ 9.92 5.87 3.09 -
YUV 62.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 128 33 45 0 0.74 0.65 0.50 352.42 0.59 0.32
Hex 80 21 2D 0 4A 41 32 160 3B 20
Octal 200 41 55 0 112 101 62 540 73 40
Binary 10000000 100001 101101 0 1001010 1000001 110010 101100000 111011 100000

Color Harmonies of #80212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80212D

Black with #80212D

Text Example


Text Example

White with #80212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80212D; }

 p { color: rgb(128,33,45); }

 H1.HeaderClassName
 {
   color: #80212D;
 }
 .AnyTagClassName
 {
   color: #80212D;
 }
</style>

background-color css

<style>
 a { background-color: #80212D; }

 a { background-color: rgb(128,33,45); }

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

border-color css

<style>
 span { border-color: #80212D; }

 span { border-color: rgb(128,33,45); }

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