Html Css Color HEX #931515 Falu Red

📋 copy color: '#931515'

red 147 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #931515

Tints of Falu Red #931515

RGB

 RED value IS 147 (57.81% from 255) = 77.78%

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931515 (or 0x931515) is known color: Falu Red. HEX triplet: 93, 15 and 15. RGB value is (147,21,21). Sum of RGB (Red+Green+Blue) = 147+21+21=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #931515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931515 is #6CEAEA. Grayscale: #3A3A3A. Windows color (decimal): -7138027 or 1381779. OLE color: 1381779.

HSL color Cylindrical-coordinate representation of color #931515: hue angle of 0º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931515 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 21 21 -
CMYK 0 0.86 0.86 0.42
HSL 0.75% 0.33% -
HSV(B) 0.86% 0.58% -
XYZ 12.44 6.79 1.37 -
YUV 58.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 147 21 21 0 0.86 0.86 0.42 0 0.75 0.33
Hex 93 15 15 0 56 56 2A 0 4B 21
Octal 223 25 25 0 126 126 52 0 113 41
Binary 10010011 10101 10101 0 1010110 1010110 101010 0 1001011 100001

Color Harmonies of #931515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931515

Black with #931515

Text Example


Text Example

White with #931515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931515; }

 p { color: rgb(147,21,21); }

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

background-color css

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

 a { background-color: rgb(147,21,21); }

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

border-color css

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

 span { border-color: rgb(147,21,21); }

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