#81252C

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

Shades of Flame Red #81252C

Tints of Flame Red #81252C

Color information

#81252C (or 0x81252C) is unknown color: approx Flame Red. HEX triplet: 81, 25 and 2C. RGB value is (129,37,44). Sum of RGB (Red+Green+Blue) = 129+37+44=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81252C is #7EDAD3. Grayscale: #414141. Windows color (decimal): -8313556 or 2893185. OLE color: 2893185.

HSL color Cylindrical-coordinate representation of color #81252C: hue angle of 355.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81252C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1293744-
CMYK00.710.660.49
HSL355.43º55.42%32.55%-
HSV(B)355.43º71.32%50.59%-
XYZ10.176.173.04-
YUV65.31115.98173.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=61.43%
G=17.62%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129374400.710.660.49355.4355.4232.55
Hex81252C04742311633721
Octal20145540107102615436741
Binary10000001100101101100010001111000010110001101100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81252C; }

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

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

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

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

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

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

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

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