Html Css Color HEX #80252D Scarlett

📋 copy color: '#80252D'

red 128 ◦ green 37 ◦ blue 45

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

Shades of Scarlett #80252D

Tints of Scarlett #80252D

RGB

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

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

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

R = 60.95%
G = 17.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80252D (or 0x80252D) is known color: Scarlett. HEX triplet: 80, 25 and 2D. RGB value is (128,37,45). Sum of RGB (Red+Green+Blue) = 128+37+45=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80252D is #7FDAD2. Grayscale: #414141. Windows color (decimal): -8379091 or 2958720. OLE color: 2958720.

HSL color Cylindrical-coordinate representation of color #80252D: hue angle of 354.73º 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 #80252D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 45 -
CMYK 0 0.71 0.65 0.50
HSL 354.73º 0.55% 0.32% -
HSV(B) 354.73º 0.71% 0.5% -
XYZ 10.04 6.1 3.13 -
YUV 65.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 128 37 45 0 0.71 0.65 0.50 354.73 0.55 0.32
Hex 80 25 2D 0 47 41 32 163 37 20
Octal 200 45 55 0 107 101 62 543 67 40
Binary 10000000 100101 101101 0 1000111 1000001 110010 101100011 110111 100000

Color Harmonies of #80252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80252D

Black with #80252D

Text Example


Text Example

White with #80252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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