Html Css Color HEX #80282D Flame Red

📋 copy color: '#80282D'

red 128 ◦ green 40 ◦ blue 45

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

Shades of Flame Red #80282D

Tints of Flame Red #80282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 60.09%
G = 18.78%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80282D (or 0x80282D) is known color: Flame Red. HEX triplet: 80, 28 and 2D. RGB value is (128,40,45). Sum of RGB (Red+Green+Blue) = 128+40+45=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282D is #7FD7D2. Grayscale: #424242. Windows color (decimal): -8378323 or 2959488. OLE color: 2959488.

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

Color convert

RGB 128 40 45 -
CMYK 0 0.69 0.65 0.50
HSL 356.59º 0.52% 0.33% -
HSV(B) 356.59º 0.69% 0.5% -
XYZ 10.13 6.3 3.16 -
YUV 66.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 128 40 45 0 0.69 0.65 0.50 356.59 0.52 0.33
Hex 80 28 2D 0 45 41 32 165 34 21
Octal 200 50 55 0 105 101 62 545 64 41
Binary 10000000 101000 101101 0 1000101 1000001 110010 101100101 110100 100001

Color Harmonies of #80282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80282D

Black with #80282D

Text Example


Text Example

White with #80282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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