#921B1D

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

Shades of Flame Red #921B1D

Tints of Flame Red #921B1D

Color information

#921B1D (or 0x921B1D) is unknown color: approx Flame Red. HEX triplet: 92, 1B and 1D. RGB value is (146,27,29). Sum of RGB (Red+Green+Blue) = 146+27+29=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #921B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921B1D is #6DE4E2. Grayscale: #3E3E3E. Windows color (decimal): -7202019 or 1907602. OLE color: 1907602.

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

Color convert

RGB1462729-
CMYK00.820.800.43
HSL358.99º68.79%33.92%-
HSV(B)358.99º81.51%57.25%-
XYZ12.476.981.85-
YUV62.81108.92187.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.28%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=72.28%
G=13.37%
B=14.36%

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
Decimal146272900.820.800.43358.9968.7933.92
Hex921B1D052502B1674522
Octal222333501221205354710542
Binary1001001011011111010101001010100001010111011001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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