#802C2D

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

Shades of Flame Red #802C2D

Tints of Flame Red #802C2D

Color information

#802C2D (or 0x802C2D) is unknown color: approx Flame Red. HEX triplet: 80, 2C and 2D. RGB value is (128,44,45). Sum of RGB (Red+Green+Blue) = 128+44+45=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C2D is #7FD3D2. Grayscale: #454545. Windows color (decimal): -8377299 or 2960512. OLE color: 2960512.

HSL color Cylindrical-coordinate representation of color #802C2D: hue angle of 359.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C2D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1284445-
CMYK00.660.650.50
HSL359.29º48.84%33.73%-
HSV(B)359.29º65.62%50.2%-
XYZ10.286.583.21-
YUV69.23114.33169.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=58.99%
G=20.28%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128444500.660.650.50359.2948.8433.73
Hex802C2D04241321673122
Octal20054550102101625476142
Binary10000000101100101101010000101000001110010101100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C2D; }

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

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

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

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

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

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

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

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