#901429

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

Shades of Flame Red #901429

Tints of Flame Red #901429

Color information

#901429 (or 0x901429) is unknown color: approx Flame Red. HEX triplet: 90, 14 and 29. RGB value is (144,20,41). Sum of RGB (Red+Green+Blue) = 144+20+41=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #901429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901429 is #6FEBD6. Grayscale: #3B3B3B. Windows color (decimal): -7334871 or 2692240. OLE color: 2692240.

HSL color Cylindrical-coordinate representation of color #901429: hue angle of 349.84º 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 #901429 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1442041-
CMYK00.860.720.44
HSL349.84º75.61%32.16%-
HSV(B)349.84º86.11%56.47%-
XYZ12.156.592.73-
YUV59.47117.58188.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.24%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 41 (16.41% from 255) = 20%
R=70.24%
G=9.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144204100.860.720.44349.8475.6132.16
Hex901429056482C15e4c20
Octal220245101261105453611440
Binary10010000101001010010101011010010001011001010111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901429; }

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

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

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

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

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

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

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

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