Html Css Color HEX #911E02 Falu Red

📋 copy color: '#911E02'

red 145 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #911E02

Tints of Falu Red #911E02

RGB

 RED value IS 145 (57.03% from 255) = 81.92%

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

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

R = 81.92%
G = 16.95%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#911E02 (or 0x911E02) is known color: Falu Red. HEX triplet: 91, 1E and 02. RGB value is (145,30,2). Sum of RGB (Red+Green+Blue) = 145+30+2=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E02 is #6EE1FD. Grayscale: #3D3D3D. Windows color (decimal): -7266814 or 138897. OLE color: 138897.

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

Color convert

RGB 145 30 2 -
CMYK 0 0.79 0.99 0.43
HSL 11.75º 0.97% 0.29% -
HSV(B) 11.75º 0.99% 0.57% -
XYZ 12.15 6.95 0.76 -
YUV 61.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 145 30 2 0 0.79 0.99 0.43 11.75 0.97 0.29
Hex 91 1E 2 0 4F 63 2B C 61 1D
Octal 221 36 2 0 117 143 53 14 141 35
Binary 10010001 11110 10 0 1001111 1100011 101011 1100 1100001 11101

Color Harmonies of #911E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E02

Black with #911E02

Text Example


Text Example

White with #911E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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