Html Css Color HEX #921E0A Falu Red

📋 copy color: '#921E0A'

red 146 ◦ green 30 ◦ blue 10

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

Shades of Falu Red #921E0A

Tints of Falu Red #921E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 78.49%
G = 16.13%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#921E0A (or 0x921E0A) is known color: Falu Red. HEX triplet: 92, 1E and 0A. RGB value is (146,30,10). Sum of RGB (Red+Green+Blue) = 146+30+10=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E0A is #6DE1F5. Grayscale: #3E3E3E. Windows color (decimal): -7201270 or 663186. OLE color: 663186.

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

Color convert

RGB 146 30 10 -
CMYK 0 0.79 0.93 0.43
HSL 8.82º 0.87% 0.31% -
HSV(B) 8.82º 0.93% 0.57% -
XYZ 12.37 7.06 1 -
YUV 62.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 146 30 10 0 0.79 0.93 0.43 8.82 0.87 0.31
Hex 92 1E A 0 4F 5D 2B 9 57 1F
Octal 222 36 12 0 117 135 53 11 127 37
Binary 10010010 11110 1010 0 1001111 1011101 101011 1001 1010111 11111

Color Harmonies of #921E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921E0A

Black with #921E0A

Text Example


Text Example

White with #921E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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