Html Css Color HEX #80282E Flame Red

📋 copy color: '#80282E'

red 128 ◦ green 40 ◦ blue 46

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

Shades of Flame Red #80282E

Tints of Flame Red #80282E

RGB

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

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

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

R = 59.81%
G = 18.69%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80282E (or 0x80282E) is known color: Flame Red. HEX triplet: 80, 28 and 2E. RGB value is (128,40,46). Sum of RGB (Red+Green+Blue) = 128+40+46=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282E is #7FD7D1. Grayscale: #434343. Windows color (decimal): -8378322 or 3025024. OLE color: 3025024.

HSL color Cylindrical-coordinate representation of color #80282E: hue angle of 355.91º 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 #80282E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 46 -
CMYK 0 0.69 0.64 0.50
HSL 355.91º 0.52% 0.33% -
HSV(B) 355.91º 0.69% 0.5% -
XYZ 10.15 6.3 3.27 -
YUV 67 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 128 40 46 0 0.69 0.64 0.50 355.91 0.52 0.33
Hex 80 28 2E 0 45 40 32 164 34 21
Octal 200 50 56 0 105 100 62 544 64 41
Binary 10000000 101000 101110 0 1000101 1000000 110010 101100100 110100 100001

Color Harmonies of #80282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80282E

Black with #80282E

Text Example


Text Example

White with #80282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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