Html Css Color HEX #942203 Falu Red

📋 copy color: '#942203'

red 148 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #942203

Tints of Falu Red #942203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 80%
G = 18.38%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#942203 (or 0x942203) is known color: Falu Red. HEX triplet: 94, 22 and 03. RGB value is (148,34,3). Sum of RGB (Red+Green+Blue) = 148+34+3=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #942203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942203 is #6BDDFC. Grayscale: #404040. Windows color (decimal): -7069181 or 205460. OLE color: 205460.

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

Color convert

RGB 148 34 3 -
CMYK 0 0.77 0.98 0.42
HSL 12.83º 0.96% 0.3% -
HSV(B) 12.83º 0.98% 0.58% -
XYZ 12.8 7.45 0.85 -
YUV 64.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 148 34 3 0 0.77 0.98 0.42 12.83 0.96 0.3
Hex 94 22 3 0 4D 62 2A D 60 1E
Octal 224 42 3 0 115 142 52 15 140 36
Binary 10010100 100010 11 0 1001101 1100010 101010 1101 1100000 11110

Color Harmonies of #942203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942203

Black with #942203

Text Example


Text Example

White with #942203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942203; }

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

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

background-color css

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

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

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

border-color css

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

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

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