Html Css Color HEX #911C03 Falu Red

📋 copy color: '#911C03'

red 145 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #911C03

Tints of Falu Red #911C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 82.39%
G = 15.91%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#911C03 (or 0x911C03) is known color: Falu Red. HEX triplet: 91, 1C and 03. RGB value is (145,28,3). Sum of RGB (Red+Green+Blue) = 145+28+3=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #911C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C03 is #6EE3FC. Grayscale: #3C3C3C. Windows color (decimal): -7267325 or 203921. OLE color: 203921.

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

Color convert

RGB 145 28 3 -
CMYK 0 0.81 0.98 0.43
HSL 10.56º 0.96% 0.29% -
HSV(B) 10.56º 0.98% 0.57% -
XYZ 12.11 6.86 0.77 -
YUV 60.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 145 28 3 0 0.81 0.98 0.43 10.56 0.96 0.29
Hex 91 1C 3 0 51 62 2B B 60 1D
Octal 221 34 3 0 121 142 53 13 140 35
Binary 10010001 11100 11 0 1010001 1100010 101011 1011 1100000 11101

Color Harmonies of #911C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C03

Black with #911C03

Text Example


Text Example

White with #911C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,3); }

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

background-color css

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

 a { background-color: rgb(145,28,3); }

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

border-color css

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

 span { border-color: rgb(145,28,3); }

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