#811F25

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

Shades of Flame Red #811F25

Tints of Flame Red #811F25

Color information

#811F25 (or 0x811F25) is unknown color: approx Flame Red. HEX triplet: 81, 1F and 25. RGB value is (129,31,37). Sum of RGB (Red+Green+Blue) = 129+31+37=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811F25 is #7EE0DA. Grayscale: #3D3D3D. Windows color (decimal): -8315099 or 2432897. OLE color: 2432897.

HSL color Cylindrical-coordinate representation of color #811F25: hue angle of 356.33º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F25 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293137-
CMYK00.760.710.49
HSL356.33º61.25%31.37%-
HSV(B)356.33º75.97%50.59%-
XYZ9.885.782.35-
YUV60.99114.47176.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=65.48%
G=15.74%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129313700.760.710.49356.3361.2531.37
Hex811F2504C47311643d1f
Octal20137450114107615447537
Binary100000011111110010101001100100011111000110110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811F25; }

 p { color: rgb(129,31,37); }

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

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

 a { background-color: rgb(129,31,37); }

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

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

 span { border-color: rgb(129,31,37); }

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