Html Css Color HEX #901E01 Falu Red

📋 copy color: '#901E01'

red 144 ◦ green 30 ◦ blue 1

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

Shades of Falu Red #901E01

Tints of Falu Red #901E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 82.29%
G = 17.14%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#901E01 (or 0x901E01) is known color: Falu Red. HEX triplet: 90, 1E and 01. RGB value is (144,30,1). Sum of RGB (Red+Green+Blue) = 144+30+1=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #901E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E01 is #6FE1FE. Grayscale: #3D3D3D. Windows color (decimal): -7332351 or 73360. OLE color: 73360.

HSL color Cylindrical-coordinate representation of color #901E01: hue angle of 12.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901E01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 1 -
CMYK 0 0.79 0.99 0.44
HSL 12.17º 0.99% 0.28% -
HSV(B) 12.17º 0.99% 0.56% -
XYZ 11.97 6.86 0.72 -
YUV 60.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 144 30 1 0 0.79 0.99 0.44 12.17 0.99 0.28
Hex 90 1E 1 0 4F 63 2C C 63 1C
Octal 220 36 1 0 117 143 54 14 143 34
Binary 10010000 11110 1 0 1001111 1100011 101100 1100 1100011 11100

Color Harmonies of #901E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E01

Black with #901E01

Text Example


Text Example

White with #901E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,30,1); }

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

background-color css

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

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

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

border-color css

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

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

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