#921A1D

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

Shades of Flame Red #921A1D

Tints of Flame Red #921A1D

Color information

#921A1D (or 0x921A1D) is unknown color: approx Flame Red. HEX triplet: 92, 1A and 1D. RGB value is (146,26,29). Sum of RGB (Red+Green+Blue) = 146+26+29=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921A1D is #6DE5E2. Grayscale: #3E3E3E. Windows color (decimal): -7202275 or 1907346. OLE color: 1907346.

HSL color Cylindrical-coordinate representation of color #921A1D: hue angle of 358.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 #921A1D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1462629-
CMYK00.820.800.43
HSL358.5º69.77%33.73%-
HSV(B)358.5º82.19%57.25%-
XYZ12.456.941.85-
YUV62.22109.26187.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=72.64%
G=12.94%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146262900.820.800.43358.569.7733.73
Hex921A1D052502B1664622
Octal222323501221205354610642
Binary1001001011010111010101001010100001010111011001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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