#921A1B

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

Shades of Flame Red #921A1B

Tints of Flame Red #921A1B

Color information

#921A1B (or 0x921A1B) is unknown color: approx Flame Red. HEX triplet: 92, 1A and 1B. RGB value is (146,26,27). Sum of RGB (Red+Green+Blue) = 146+26+27=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #921A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921A1B is #6DE5E4. Grayscale: #3E3E3E. Windows color (decimal): -7202277 or 1776274. OLE color: 1776274.

HSL color Cylindrical-coordinate representation of color #921A1B: hue angle of 359.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A1B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1462627-
CMYK00.820.820.43
HSL359.5º69.77%33.73%-
HSV(B)359.5º82.19%57.25%-
XYZ12.426.931.72-
YUV61.99108.26187.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.37%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=73.37%
G=13.07%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146262700.820.820.43359.569.7733.73
Hex921A1B052522B1684622
Octal222323301221225355010642
Binary1001001011010110110101001010100101010111011010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921A1B; }

 p { color: rgb(146,26,27); }

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

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

 a { background-color: rgb(146,26,27); }

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

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

 span { border-color: rgb(146,26,27); }

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