#901427

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

Shades of Flame Red #901427

Tints of Flame Red #901427

Color information

#901427 (or 0x901427) is unknown color: approx Flame Red. HEX triplet: 90, 14 and 27. RGB value is (144,20,39). Sum of RGB (Red+Green+Blue) = 144+20+39=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #901427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901427 is #6FEBD8. Grayscale: #3B3B3B. Windows color (decimal): -7334873 or 2561168. OLE color: 2561168.

HSL color Cylindrical-coordinate representation of color #901427: hue angle of 350.81º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901427 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1442039-
CMYK00.860.730.44
HSL350.81º75.61%32.16%-
HSV(B)350.81º86.11%56.47%-
XYZ12.126.582.55-
YUV59.24116.58188.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.94%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=70.94%
G=9.85%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144203900.860.730.44350.8175.6132.16
Hex901427056492C15f4c20
Octal220244701261115453711440
Binary10010000101001001110101011010010011011001010111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901427; }

 p { color: rgb(144,20,39); }

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

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

 a { background-color: rgb(144,20,39); }

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

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

 span { border-color: rgb(144,20,39); }

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