Html Css Color HEX #971E03 Falu Red

📋 copy color: '#971E03'

red 151 ◦ green 30 ◦ blue 3

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

Shades of Falu Red #971E03

Tints of Falu Red #971E03

RGB

 RED value IS 151 (59.38% from 255) = 82.07%

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

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

R = 82.07%
G = 16.3%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#971E03 (or 0x971E03) is known color: Falu Red. HEX triplet: 97, 1E and 03. RGB value is (151,30,3). Sum of RGB (Red+Green+Blue) = 151+30+3=184 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.07% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 151 - color contains mainly: red. Hex color #971E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971E03 is #68E1FC. Grayscale: #3F3F3F. Windows color (decimal): -6873597 or 204439. OLE color: 204439.

HSL color Cylindrical-coordinate representation of color #971E03: hue angle of 10.95º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #971E03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 30 3 -
CMYK 0 0.80 0.98 0.41
HSL 10.95º 0.96% 0.3% -
HSV(B) 10.95º 0.98% 0.59% -
XYZ 13.24 7.51 0.84 -
YUV 63.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 151 30 3 0 0.80 0.98 0.41 10.95 0.96 0.3
Hex 97 1E 3 0 50 62 29 B 60 1E
Octal 227 36 3 0 120 142 51 13 140 36
Binary 10010111 11110 11 0 1010000 1100010 101001 1011 1100000 11110

Color Harmonies of #971E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E03

Black with #971E03

Text Example


Text Example

White with #971E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971E03; }

 p { color: rgb(151,30,3); }

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

background-color css

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

 a { background-color: rgb(151,30,3); }

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

border-color css

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

 span { border-color: rgb(151,30,3); }

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