Html Css Color HEX #901414 Falu Red

📋 copy color: '#901414'

red 144 ◦ green 20 ◦ blue 20

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

Shades of Falu Red #901414

Tints of Falu Red #901414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 78.26%
G = 10.87%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#901414 (or 0x901414) is known color: Falu Red. HEX triplet: 90, 14 and 14. RGB value is (144,20,20). Sum of RGB (Red+Green+Blue) = 144+20+20=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #901414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901414 is #6FEBEB. Grayscale: #393939. Windows color (decimal): -7334892 or 1315984. OLE color: 1315984.

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

Color convert

RGB 144 20 20 -
CMYK 0 0.86 0.86 0.44
HSL 0.76% 0.32% -
HSV(B) 0.86% 0.56% -
XYZ 11.88 6.48 1.29 -
YUV 57.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 144 20 20 0 0.86 0.86 0.44 0 0.76 0.32
Hex 90 14 14 0 56 56 2C 0 4C 20
Octal 220 24 24 0 126 126 54 0 114 40
Binary 10010000 10100 10100 0 1010110 1010110 101100 0 1001100 100000

Color Harmonies of #901414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901414

Black with #901414

Text Example


Text Example

White with #901414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901414; }

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

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

background-color css

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

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

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

border-color css

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

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

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