Html Css Color HEX #942001 Falu Red

📋 copy color: '#942001'

red 148 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #942001

Tints of Falu Red #942001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 81.77%
G = 17.68%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#942001 (or 0x942001) is known color: Falu Red. HEX triplet: 94, 20 and 01. RGB value is (148,32,1). Sum of RGB (Red+Green+Blue) = 148+32+1=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #942001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942001 is #6BDFFE. Grayscale: #3F3F3F. Windows color (decimal): -7069695 or 73876. OLE color: 73876.

HSL color Cylindrical-coordinate representation of color #942001: hue angle of 12.65º 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 #942001 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 1 -
CMYK 0 0.78 0.99 0.42
HSL 12.65º 0.99% 0.29% -
HSV(B) 12.65º 0.99% 0.58% -
XYZ 12.73 7.33 0.77 -
YUV 63.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 148 32 1 0 0.78 0.99 0.42 12.65 0.99 0.29
Hex 94 20 1 0 4E 63 2A D 63 1D
Octal 224 40 1 0 116 143 52 15 143 35
Binary 10010100 100000 1 0 1001110 1100011 101010 1101 1100011 11101

Color Harmonies of #942001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942001

Black with #942001

Text Example


Text Example

White with #942001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942001; }

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

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

background-color css

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

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

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

border-color css

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

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

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