Html Css Color HEX #942201 Falu Red

📋 copy color: '#942201'

red 148 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #942201

Tints of Falu Red #942201

RGB

 RED value IS 148 (58.2% from 255) = 80.87%

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 80.87%
G = 18.58%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#942201 (or 0x942201) is known color: Falu Red. HEX triplet: 94, 22 and 01. RGB value is (148,34,1). Sum of RGB (Red+Green+Blue) = 148+34+1=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #942201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942201 is #6BDDFE. Grayscale: #404040. Windows color (decimal): -7069183 or 74388. OLE color: 74388.

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

Color convert

RGB 148 34 1 -
CMYK 0 0.77 0.99 0.42
HSL 13.47º 0.99% 0.29% -
HSV(B) 13.47º 0.99% 0.58% -
XYZ 12.79 7.44 0.79 -
YUV 64.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 148 34 1 0 0.77 0.99 0.42 13.47 0.99 0.29
Hex 94 22 1 0 4D 63 2A D 63 1D
Octal 224 42 1 0 115 143 52 15 143 35
Binary 10010100 100010 1 0 1001101 1100011 101010 1101 1100011 11101

Color Harmonies of #942201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942201

Black with #942201

Text Example


Text Example

White with #942201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942201; }

 p { color: rgb(148,34,1); }

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

background-color css

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

 a { background-color: rgb(148,34,1); }

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

border-color css

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

 span { border-color: rgb(148,34,1); }

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