Html Css Color HEX #901829 Flame Red

📋 copy color: '#901829'

red 144 ◦ green 24 ◦ blue 41

#901829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #901829

Tints of Flame Red #901829

RGB

 RED value IS 144 (56.64% from 255) = 68.9%

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 68.9%
G = 11.48%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#901829 (or 0x901829) is known color: Flame Red. HEX triplet: 90, 18 and 29. RGB value is (144,24,41). Sum of RGB (Red+Green+Blue) = 144+24+41=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #901829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901829 is #6FE7D6. Grayscale: #3D3D3D. Windows color (decimal): -7333847 or 2693264. OLE color: 2693264.

HSL color Cylindrical-coordinate representation of color #901829: hue angle of 351.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901829 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 24 41 -
CMYK 0 0.83 0.72 0.44
HSL 351.5º 0.71% 0.33% -
HSV(B) 351.5º 0.83% 0.56% -
XYZ 12.23 6.74 2.75 -
YUV 61.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 144 24 41 0 0.83 0.72 0.44 351.5 0.71 0.33
Hex 90 18 29 0 53 48 2C 160 47 21
Octal 220 30 51 0 123 110 54 540 107 41
Binary 10010000 11000 101001 0 1010011 1001000 101100 101100000 1000111 100001

Color Harmonies of #901829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901829

Black with #901829

Text Example


Text Example

White with #901829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901829; }

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

 H1.HeaderClassName
 {
   color: #901829;
 }
 .AnyTagClassName
 {
   color: #901829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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