#851F28

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

Shades of Flame Red #851F28

Tints of Flame Red #851F28

Color information

#851F28 (or 0x851F28) is unknown color: approx Flame Red. HEX triplet: 85, 1F and 28. RGB value is (133,31,40). Sum of RGB (Red+Green+Blue) = 133+31+40=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #851F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F28 is #7AE0D7. Grayscale: #3E3E3E. Windows color (decimal): -8052952 or 2629509. OLE color: 2629509.

HSL color Cylindrical-coordinate representation of color #851F28: hue angle of 354.71º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851F28 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1333140-
CMYK00.770.700.48
HSL354.71º62.2%32.16%-
HSV(B)354.71º76.69%52.16%-
XYZ10.556.122.63-
YUV62.52115.29178.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=65.20%
G=15.20%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133314000.770.700.48354.7162.232.16
Hex851F2804D46301633e20
Octal20537500115106605437640
Binary1000010111111101000010011011000110110000101100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851F28; }

 p { color: rgb(133,31,40); }

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

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

 a { background-color: rgb(133,31,40); }

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

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

 span { border-color: rgb(133,31,40); }

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