#901D23

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

Shades of Flame Red #901D23

Tints of Flame Red #901D23

Color information

#901D23 (or 0x901D23) is unknown color: approx Flame Red. HEX triplet: 90, 1D and 23. RGB value is (144,29,35). Sum of RGB (Red+Green+Blue) = 144+29+35=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #901D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901D23 is #6FE2DC. Grayscale: #404040. Windows color (decimal): -7332573 or 2301328. OLE color: 2301328.

HSL color Cylindrical-coordinate representation of color #901D23: hue angle of 356.87º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D23 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1442935-
CMYK00.800.760.44
HSL356.87º66.47%33.92%-
HSV(B)356.87º79.86%56.47%-
XYZ12.246.932.28-
YUV64.07111.6185.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=69.23%
G=13.94%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144293500.800.760.44356.8766.4733.92
Hex901D230504C2C1654222
Octal220354301201145454510242
Binary10010000111011000110101000010011001011001011001011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,29,35); }

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

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

 a { background-color: rgb(144,29,35); }

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

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

 span { border-color: rgb(144,29,35); }

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