Html Css Color HEX #921E0E Falu Red

📋 copy color: '#921E0E'

red 146 ◦ green 30 ◦ blue 14

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

Shades of Falu Red #921E0E

Tints of Falu Red #921E0E

RGB

 RED value IS 146 (57.42% from 255) = 76.84%

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 76.84%
G = 15.79%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#921E0E (or 0x921E0E) is known color: Falu Red. HEX triplet: 92, 1E and 0E. RGB value is (146,30,14). Sum of RGB (Red+Green+Blue) = 146+30+14=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E0E is #6DE1F1. Grayscale: #3F3F3F. Windows color (decimal): -7201266 or 925330. OLE color: 925330.

HSL color Cylindrical-coordinate representation of color #921E0E: hue angle of 7.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #921E0E is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 30 14 -
CMYK 0 0.79 0.90 0.43
HSL 7.27º 0.83% 0.31% -
HSV(B) 7.27º 0.9% 0.57% -
XYZ 12.4 7.07 1.13 -
YUV 62.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 146 30 14 0 0.79 0.90 0.43 7.27 0.83 0.31
Hex 92 1E E 0 4F 5A 2B 7 52 1F
Octal 222 36 16 0 117 132 53 7 122 37
Binary 10010010 11110 1110 0 1001111 1011010 101011 111 1010010 11111

Color Harmonies of #921E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921E0E

Black with #921E0E

Text Example


Text Example

White with #921E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921E0E; }

 p { color: rgb(146,30,14); }

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

background-color css

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

 a { background-color: rgb(146,30,14); }

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

border-color css

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

 span { border-color: rgb(146,30,14); }

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