#901A1F

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

Shades of Flame Red #901A1F

Tints of Flame Red #901A1F

Color information

#901A1F (or 0x901A1F) is unknown color: approx Flame Red. HEX triplet: 90, 1A and 1F. RGB value is (144,26,31). Sum of RGB (Red+Green+Blue) = 144+26+31=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #901A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A1F is #6FE5E0. Grayscale: #3D3D3D. Windows color (decimal): -7333345 or 2038416. OLE color: 2038416.

HSL color Cylindrical-coordinate representation of color #901A1F: hue angle of 357.46º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A1F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1442631-
CMYK00.820.780.44
HSL357.46º69.41%33.33%-
HSV(B)357.46º81.94%56.47%-
XYZ12.126.771.96-
YUV61.85110.59186.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=71.64%
G=12.94%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144263100.820.780.44357.4669.4133.33
Hex901A1F0524E2C1654521
Octal220323701221165454510541
Binary1001000011010111110101001010011101011001011001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901A1F; }

 p { color: rgb(144,26,31); }

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

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

 a { background-color: rgb(144,26,31); }

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

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

 span { border-color: rgb(144,26,31); }

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