Html Css Color HEX #901E02 Falu Red

📋 copy color: '#901E02'

red 144 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #901E02

Tints of Falu Red #901E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 81.82%
G = 17.05%
B = 1.14%

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

#901E02 (or 0x901E02) is known color: Falu Red. HEX triplet: 90, 1E and 02. RGB value is (144,30,2). Sum of RGB (Red+Green+Blue) = 144+30+2=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #901E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E02 is #6FE1FD. Grayscale: #3D3D3D. Windows color (decimal): -7332350 or 138896. OLE color: 138896.

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

Color convert

RGB 144 30 2 -
CMYK 0 0.79 0.99 0.44
HSL 11.83º 0.97% 0.29% -
HSV(B) 11.83º 0.99% 0.56% -
XYZ 11.98 6.86 0.75 -
YUV 60.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 144 30 2 0 0.79 0.99 0.44 11.83 0.97 0.29
Hex 90 1E 2 0 4F 63 2C C 61 1D
Octal 220 36 2 0 117 143 54 14 141 35
Binary 10010000 11110 10 0 1001111 1100011 101100 1100 1100001 11101

Color Harmonies of #901E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E02

Black with #901E02

Text Example


Text Example

White with #901E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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