#841F23

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

Shades of Flame Red #841F23

Tints of Flame Red #841F23

Color information

#841F23 (or 0x841F23) is unknown color: approx Flame Red. HEX triplet: 84, 1F and 23. RGB value is (132,31,35). Sum of RGB (Red+Green+Blue) = 132+31+35=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #841F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F23 is #7BE0DC. Grayscale: #3D3D3D. Windows color (decimal): -8118493 or 2301828. OLE color: 2301828.

HSL color Cylindrical-coordinate representation of color #841F23: hue angle of 357.62º 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 #841F23 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1323135-
CMYK00.770.730.48
HSL357.62º61.96%31.96%-
HSV(B)357.62º76.52%51.76%-
XYZ10.316.012.21-
YUV61.65112.96178.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 15.66%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=66.67%
G=15.66%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132313500.770.730.48357.6261.9631.96
Hex841F2304D49301663e20
Octal20437430115111605467640
Binary1000010011111100011010011011001001110000101100110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841F23; }

 p { color: rgb(132,31,35); }

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

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

 a { background-color: rgb(132,31,35); }

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

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

 span { border-color: rgb(132,31,35); }

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