#802125

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

Shades of Flame Red #802125

Tints of Flame Red #802125

Color information

#802125 (or 0x802125) is unknown color: approx Flame Red. HEX triplet: 80, 21 and 25. RGB value is (128,33,37). Sum of RGB (Red+Green+Blue) = 128+33+37=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802125 is #7FDEDA. Grayscale: #3D3D3D. Windows color (decimal): -8380123 or 2433408. OLE color: 2433408.

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

Color convert

RGB1283337-
CMYK00.740.710.50
HSL357.47º59.01%31.57%-
HSV(B)357.47º74.22%50.2%-
XYZ9.785.812.36-
YUV61.86113.97175.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=64.65%
G=16.67%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128333700.740.710.50357.4759.0131.57
Hex80212504A47321653b20
Octal20041450112107625457340
Binary10000000100001100101010010101000111110010101100101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802125; }

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

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

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

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

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

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

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

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