#851924

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

Shades of Flame Red #851924

Tints of Flame Red #851924

Color information

#851924 (or 0x851924) is unknown color: approx Flame Red. HEX triplet: 85, 19 and 24. RGB value is (133,25,36). Sum of RGB (Red+Green+Blue) = 133+25+36=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #851924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851924 is #7AE6DB. Grayscale: #3A3A3A. Windows color (decimal): -8054492 or 2365829. OLE color: 2365829.

HSL color Cylindrical-coordinate representation of color #851924: hue angle of 353.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851924 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1332536-
CMYK00.810.730.48
HSL353.89º68.35%30.98%-
HSV(B)353.89º81.2%52.16%-
XYZ10.345.812.25-
YUV58.55115.28181.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=68.56%
G=12.89%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133253600.810.730.48353.8968.3530.98
Hex8519240514930162441f
Octal205314401211116054210437
Binary1000010111001100100010100011001001110000101100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851924; }

 p { color: rgb(133,25,36); }

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

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

 a { background-color: rgb(133,25,36); }

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

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

 span { border-color: rgb(133,25,36); }

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