#851719

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

Shades of Flame Red #851719

Tints of Flame Red #851719

Color information

#851719 (or 0x851719) is unknown color: approx Flame Red. HEX triplet: 85, 17 and 19. RGB value is (133,23,25). Sum of RGB (Red+Green+Blue) = 133+23+25=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851719 is #7AE8E6. Grayscale: #383838. Windows color (decimal): -8055015 or 1644421. OLE color: 1644421.

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

Color convert

RGB1332325-
CMYK00.830.810.48
HSL358.91º70.51%30.59%-
HSV(B)358.91º82.71%52.16%-
XYZ10.155.671.48-
YUV56.12110.44182.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=73.48%
G=12.71%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133232500.830.810.48358.9170.5130.59
Hex8517190535130167471f
Octal205273101231216054710737
Binary100001011011111001010100111010001110000101100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851719; }

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

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

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

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

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

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

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

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