#802426

Color #802426 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #802426

Tints of Flame Red #802426

Color information

#802426 (or 0x802426) is unknown color: approx Flame Red. HEX triplet: 80, 24 and 26. RGB value is (128,36,38). Sum of RGB (Red+Green+Blue) = 128+36+38=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802426 is #7FDBD9. Grayscale: #3F3F3F. Windows color (decimal): -8379354 or 2499712. OLE color: 2499712.

HSL color Cylindrical-coordinate representation of color #802426: hue angle of 358.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802426 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1283638-
CMYK00.720.700.50
HSL358.7º56.1%32.16%-
HSV(B)358.7º71.88%50.2%-
XYZ9.885.992.47-
YUV63.74113.48173.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.37%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=63.37%
G=17.82%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128363800.720.700.50358.756.132.16
Hex80242604846321673820
Octal20044460110106625477040
Binary10000000100100100110010010001000110110010101100111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802426; }

 p { color: rgb(128,36,38); }

 H1.HeaderClassName
 {
   color: #802426;
 }
 .AnyTagClassName
 {
   color: #802426;
 }
</style>
background-color css

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

 a { background-color: rgb(128,36,38); }

 div.DivClassName
 {
   background-color: #802426;
 }
 .BgClassName
 {
   background-color: #802426;
 }
</style>
border-color css

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

 span { border-color: rgb(128,36,38); }

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