Html Css Color HEX #901621 Flame Red

📋 copy color: '#901621'

red 144 ◦ green 22 ◦ blue 33

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

Shades of Flame Red #901621

Tints of Flame Red #901621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 72.36%
G = 11.06%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#901621 (or 0x901621) is known color: Flame Red. HEX triplet: 90, 16 and 21. RGB value is (144,22,33). Sum of RGB (Red+Green+Blue) = 144+22+33=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901621 is #6FE9DE. Grayscale: #3B3B3B. Windows color (decimal): -7334367 or 2168464. OLE color: 2168464.

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

Color convert

RGB 144 22 33 -
CMYK 0 0.85 0.77 0.44
HSL 354.59º 0.73% 0.33% -
HSV(B) 354.59º 0.85% 0.56% -
XYZ 12.06 6.61 2.08 -
YUV 59.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 144 22 33 0 0.85 0.77 0.44 354.59 0.73 0.33
Hex 90 16 21 0 55 4D 2C 163 49 21
Octal 220 26 41 0 125 115 54 543 111 41
Binary 10010000 10110 100001 0 1010101 1001101 101100 101100011 1001001 100001

Color Harmonies of #901621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901621

Black with #901621

Text Example


Text Example

White with #901621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901621; }

 p { color: rgb(144,22,33); }

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

background-color css

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

 a { background-color: rgb(144,22,33); }

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

border-color css

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

 span { border-color: rgb(144,22,33); }

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